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

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

  ViewVC Help
Powered by ViewVC