/[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 1340 by iliev, Mon Sep 10 21:26:10 2007 UTC
# Line 1  Line 1 
1    CVS HEAD
2      * Added support for escape sequences
3    
4      * API Changes
5        - Client: added new method - editInstrument
6          dependences list of parameters
7        - Client: getAudioOutputDriverInfo is now public and accepts a
8          dependences list of parameters
9        - Client: getMidiInputDriverInfo is now public and accepts a
10          dependences list of parameters
11    
12      * Bug fixes:
13        - Parameters with unset values are now not sent to LinuxSampler
14    
15    jlscp v0.5a: 2007-05-24
16      * Implemented instruments database support
17      * All notifications are now processed through the LSCP event thread
18    
19    jlscp v0.4a: 2007-04-02
20      * Implemented support for managing MIDI instrument maps.
21    
22      * Implemented support for managing Effect Sends.
23    
24      * Implemented print-only mode: Print-only mode means that the
25        client will just print all LSCP commands to the specified output
26        stream or to the standard output stream (java.lang.System.out) if
27        no output stream is specified, without taking any further actions.
28        
29      * API Changes
30               - Client:
31               - Device, AbstractDevice: added getActiveParameter method
32               - AudioOutputDevice: added getAllParameters method
33    
34  jlscp v0.3a: 2005-10-10  jlscp v0.3a: 2005-10-10
35          * Significantly speeded up the transfer by setting the socket          * Significantly speeded up the transfer by setting the socket
36            property TcpNoDelay to true            property TcpNoDelay to true

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

  ViewVC Help
Powered by ViewVC