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

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

  ViewVC Help
Powered by ViewVC