/[svn]/jlscp/trunk/ChangeLog
ViewVC logotype

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1421 - (hide annotations) (download)
Sun Oct 14 18:08:45 2007 UTC (16 years, 5 months ago) by iliev
File size: 4254 byte(s)
* Client: renamed editInstrument to editChannelInstrument
* added extended support for escape sequences in LSCP response fields

1 iliev 1307 CVS HEAD
2     * Added support for escape sequences
3    
4 iliev 1326 * API Changes
5 iliev 1421 - Client: added new methods - editChannelInstrument, formatInstrumentsDb
6 iliev 1326 - Client: getAudioOutputDriverInfo is now public and accepts a
7     dependences list of parameters
8     - Client: getMidiInputDriverInfo is now public and accepts a
9     dependences list of parameters
10    
11     * Bug fixes:
12     - Parameters with unset values are now not sent to LinuxSampler
13    
14 iliev 1202 jlscp v0.5a: 2007-05-24
15     * Implemented instruments database support
16     * All notifications are now processed through the LSCP event thread
17    
18 iliev 1139 jlscp v0.4a: 2007-04-02
19     * Implemented support for managing MIDI instrument maps.
20    
21     * Implemented support for managing Effect Sends.
22    
23     * Implemented print-only mode: Print-only mode means that the
24     client will just print all LSCP commands to the specified output
25     stream or to the standard output stream (java.lang.System.out) if
26     no output stream is specified, without taking any further actions.
27    
28     * API Changes
29     - Client:
30     - Device, AbstractDevice: added getActiveParameter method
31     - AudioOutputDevice: added getAllParameters method
32    
33 iliev 784 jlscp v0.3a: 2005-10-10
34     * Significantly speeded up the transfer by setting the socket
35     property TcpNoDelay to true
36    
37     * Added Mute and Solo support for sampler channels
38     - Client: setChannelMute, setChannelSolo
39     - SamplerChannel: isMuted, isMutedBySolo, isSoloChannel
40    
41     * Added support for monitoring the total number of active voices
42     - New classes for handling events: TotalVoiceCountEvent and
43     TotalVoiceCountListener
44     - Client: added getTotalVoiceCount, getTotalVoiceCountMax,
45     addTotalVoiceCountListener, removeTotalVoiceCountListener methods
46    
47     * API Changes
48     - Client: getAudioOutputDevices now returns AudioOutputDevice[]
49     instead of Integer[]; use getAudioOutputDeviceIDs instead
50     - Client: getSamplerChannels now returns SamplerChannel[]
51     instead of Integer[]; use getSamplerChannelIDs instead
52     - Client: getMidiInputDevices now returns MidiInputDevice[]
53     instead of Integer[]; use getMidiInputDeviceIDs instead
54     - SamplerChannel: getEngineName is replaced with getEngine
55     and returns SamplerEngine instance instead of String instance
56     - SamplerChannel: getInstrumentName now returns null instead of
57     "NONE" when there is no instrument loaded
58     - SamplerEngine: equals method is overrided.
59     - AbstractDevice: toString method is overrided
60    
61     * API additions
62     - Client: added getAudioOutputDeviceIDs, getMidiInputDeviceIDs,
63     getSamplerChannelIDs, enableAudioOutputDevice,
64     enableMidiInputDevice, setMidiInputPortCount
65     setAudioOutputChannelCount methods
66     - SamplerChannel: added setEngine method
67     - Device: getDeviceID method defined
68     - AbstractDevice: added getDeviceID, setDeviceID methods
69     - MidiInputDevice: added getMidiPorts, setMidiPorts,
70     getMidiPort, getMidiPortCount methods
71     - AudioOutputDevice: added getAudioChannels, setAudioChannels
72     getAudioChannel, getAudioChannelCount methods
73     - Parser: added removeQuotation method
74     - AudioOutputChannel: added getAllParameters, getNameParameter
75     setNameParameter, getMixChannelParameter, setMixChannelParameter,
76     getMixChannelDestParameter, setMixChannelDestParameter methods
77     - MidiPort: added getAllParameters, getNameParameter,
78     setNameParameter methods
79    
80     * Examples changes due to changed methods in Client class
81    
82 iliev 672 jlscp v0.2a: 2005-06-14
83     * Added ant script to automate the build process
84     * Added Package Versioning
85     * Added LSCP protocol version compatibility check on connect
86     * getEngines() in Client class now returns SamplerEngine[] instance
87     instead of String[] instance
88     * getAudioOutputDrivers() in Client class now returns
89     AudioOutputDriver[] instance instead of String[] instance
90     * getMidiInputDrivers() in Client class now returns
91     MidiInputDriver[] instance instead of String[] instance
92     * The following methods in Client class are now private:
93 iliev 784 - getEngineInfo
94     - getAudioOutputDriverInfo
95     - getMidiInputDriverInfo
96 iliev 672 * Examples changes due to the changed methods in Client class
97     * Examples' class files moved from examples to examples/build directory
98     * Little documentation changes
99    

  ViewVC Help
Powered by ViewVC