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

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

  ViewVC Help
Powered by ViewVC