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

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

  ViewVC Help
Powered by ViewVC