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

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

  ViewVC Help
Powered by ViewVC