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

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

  ViewVC Help
Powered by ViewVC