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

Diff of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.672  
changed lines
  Added in v.1326

  ViewVC Help
Powered by ViewVC