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

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

  ViewVC Help
Powered by ViewVC