/[svn]/jlscp/trunk/ChangeLog
ViewVC logotype

Diff of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 672 by iliev, Wed Jun 22 06:25:09 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
75            * Significantly speeded up the transfer by setting the socket
76              property TcpNoDelay to true
77    
78            * Added Mute and Solo support for sampler channels
79               - Client: setChannelMute, setChannelSolo
80               - SamplerChannel: isMuted, isMutedBySolo, isSoloChannel
81    
82            * Added support for monitoring the total number of active voices
83               - New classes for handling events: TotalVoiceCountEvent and
84                 TotalVoiceCountListener
85               - Client: added getTotalVoiceCount, getTotalVoiceCountMax,
86                 addTotalVoiceCountListener, removeTotalVoiceCountListener methods
87            
88            * API Changes
89               - Client: getAudioOutputDevices now returns AudioOutputDevice[]
90                 instead of Integer[]; use getAudioOutputDeviceIDs instead
91               - Client: getSamplerChannels now returns SamplerChannel[]
92                 instead of Integer[]; use getSamplerChannelIDs instead
93               - Client: getMidiInputDevices now returns MidiInputDevice[]
94                 instead of Integer[]; use getMidiInputDeviceIDs instead
95               - SamplerChannel: getEngineName is replaced with getEngine
96                 and returns SamplerEngine instance instead of String instance
97               - SamplerChannel: getInstrumentName now returns null instead of
98                 "NONE" when there is no instrument loaded
99               - SamplerEngine: equals method is overrided.
100               - AbstractDevice: toString method is overrided
101            
102            * API additions
103               - Client: added getAudioOutputDeviceIDs, getMidiInputDeviceIDs,
104                 getSamplerChannelIDs, enableAudioOutputDevice,
105                 enableMidiInputDevice, setMidiInputPortCount
106                 setAudioOutputChannelCount methods
107               - SamplerChannel: added setEngine method
108               - Device: getDeviceID method defined
109               - AbstractDevice: added getDeviceID, setDeviceID methods
110               - MidiInputDevice: added getMidiPorts, setMidiPorts,
111                 getMidiPort, getMidiPortCount methods
112               - AudioOutputDevice: added getAudioChannels, setAudioChannels
113                 getAudioChannel, getAudioChannelCount methods
114               - Parser: added removeQuotation method
115               - AudioOutputChannel: added getAllParameters, getNameParameter
116                 setNameParameter, getMixChannelParameter, setMixChannelParameter,
117                 getMixChannelDestParameter, setMixChannelDestParameter methods
118               - MidiPort: added getAllParameters, getNameParameter,
119                 setNameParameter methods
120            
121            * Examples changes due to changed methods in Client class
122    
123  jlscp v0.2a: 2005-06-14  jlscp v0.2a: 2005-06-14
124          * Added ant script to automate the build process          * Added ant script to automate the build process
125          * Added Package Versioning          * Added Package Versioning
# Line 9  jlscp v0.2a: 2005-06-14 Line 131  jlscp v0.2a: 2005-06-14
131          * getMidiInputDrivers() in Client class now returns          * getMidiInputDrivers() in Client class now returns
132            MidiInputDriver[] instance instead of String[] instance            MidiInputDriver[] instance instead of String[] instance
133          * The following methods in Client class are now private:          * The following methods in Client class are now private:
134            - getEngineInfo             - getEngineInfo
135            - getAudioOutputDriverInfo             - getAudioOutputDriverInfo
136            - getMidiInputDriverInfo             - getMidiInputDriverInfo
137          * Examples changes due to the changed methods in Client class          * Examples changes due to the changed methods in Client class
138          * Examples' class files moved from examples to examples/build directory          * Examples' class files moved from examples to examples/build directory
139          * Little documentation changes          * Little documentation changes

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

  ViewVC Help
Powered by ViewVC