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

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

  ViewVC Help
Powered by ViewVC