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

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

  ViewVC Help
Powered by ViewVC