/[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 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  jlscp v0.3a: 2005-10-10
45          * Significantly speeded up the transfer by setting the socket          * Significantly speeded up the transfer by setting the socket
46            property TcpNoDelay to true            property TcpNoDelay to true

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

  ViewVC Help
Powered by ViewVC