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

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

  ViewVC Help
Powered by ViewVC