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

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

  ViewVC Help
Powered by ViewVC