/[svn]/jlscp/trunk/ChangeLog
ViewVC logotype

Diff of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 784 by iliev, Mon Oct 10 14:55:44 2005 UTC revision 1605 by iliev, Mon Dec 31 15:42:55 2007 UTC
# Line 1  Line 1 
1    CVS HEAD
2      * Bug fixes:
3        - null parameters and parameters with null names are now not sent
4          to LinuxSampler
5    
6    jlscp v0.7a: 2007-12-06
7      * Added support for monitoring the total number of active disk streams
8    
9      * API Changes
10        - Added new interface - Instrument
11        - Client: added new methods - getFileInstrumentCount,
12          getFileInstrumentInfo,  getFileInstruments
13        - MidiInputDevice: added new methods - getPortsParameter,
14          setPortsParameter
15        - Parser: some of the methods are now public
16    
17    jlscp v0.6a: 2007-10-15
18      * Added support for escape sequences
19    
20      * API Changes
21        - Client: added new methods - editChannelInstrument, formatInstrumentsDb
22        - Client: getAudioOutputDriverInfo is now public and accepts a
23          dependences list of parameters
24        - Client: getMidiInputDriverInfo is now public and accepts a
25          dependences list of parameters
26    
27      * Bug fixes:
28        - Parameters with unset values are now not sent to LinuxSampler
29    
30    jlscp v0.5a: 2007-05-24
31      * Implemented instruments database support
32      * All notifications are now processed through the LSCP event thread
33    
34    jlscp v0.4a: 2007-04-02
35      * Implemented support for managing MIDI instrument maps.
36    
37      * Implemented support for managing Effect Sends.
38    
39      * Implemented print-only mode: Print-only mode means that the
40        client will just print all LSCP commands to the specified output
41        stream or to the standard output stream (java.lang.System.out) if
42        no output stream is specified, without taking any further actions.
43        
44      * API Changes
45               - Client:
46               - Device, AbstractDevice: added getActiveParameter method
47               - AudioOutputDevice: added getAllParameters method
48    
49  jlscp v0.3a: 2005-10-10  jlscp v0.3a: 2005-10-10
50          * Significantly speeded up the transfer by setting the socket          * Significantly speeded up the transfer by setting the socket
51            property TcpNoDelay to true            property TcpNoDelay to true

Legend:
Removed from v.784  
changed lines
  Added in v.1605

  ViewVC Help
Powered by ViewVC