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

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

  ViewVC Help
Powered by ViewVC