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

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

  ViewVC Help
Powered by ViewVC