/[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 1494 by iliev, Mon Nov 19 22:00:04 2007 UTC
# Line 1  Line 1 
1    CVS HEAD
2      * API Changes
3        - MidiInputDevice: added new methods - getPortsParameter,
4          setPortsParameter
5        - Parser: some of the methods are now public
6    
7    jlscp v0.6a: 2007-10-15
8      * Added support for escape sequences
9    
10      * API Changes
11        - Client: added new methods - editChannelInstrument, formatInstrumentsDb
12        - Client: getAudioOutputDriverInfo is now public and accepts a
13          dependences list of parameters
14        - Client: getMidiInputDriverInfo is now public and accepts a
15          dependences list of parameters
16    
17      * Bug fixes:
18        - Parameters with unset values are now not sent to LinuxSampler
19    
20    jlscp v0.5a: 2007-05-24
21      * Implemented instruments database support
22      * All notifications are now processed through the LSCP event thread
23    
24    jlscp v0.4a: 2007-04-02
25      * Implemented support for managing MIDI instrument maps.
26    
27      * Implemented support for managing Effect Sends.
28    
29      * Implemented print-only mode: Print-only mode means that the
30        client will just print all LSCP commands to the specified output
31        stream or to the standard output stream (java.lang.System.out) if
32        no output stream is specified, without taking any further actions.
33        
34      * API Changes
35               - Client:
36               - Device, AbstractDevice: added getActiveParameter method
37               - AudioOutputDevice: added getAllParameters method
38    
39    jlscp v0.3a: 2005-10-10
40            * Significantly speeded up the transfer by setting the socket
41              property TcpNoDelay to true
42    
43            * Added Mute and Solo support for sampler channels
44               - Client: setChannelMute, setChannelSolo
45               - SamplerChannel: isMuted, isMutedBySolo, isSoloChannel
46    
47            * Added support for monitoring the total number of active voices
48               - New classes for handling events: TotalVoiceCountEvent and
49                 TotalVoiceCountListener
50               - Client: added getTotalVoiceCount, getTotalVoiceCountMax,
51                 addTotalVoiceCountListener, removeTotalVoiceCountListener methods
52            
53            * API Changes
54               - Client: getAudioOutputDevices now returns AudioOutputDevice[]
55                 instead of Integer[]; use getAudioOutputDeviceIDs instead
56               - Client: getSamplerChannels now returns SamplerChannel[]
57                 instead of Integer[]; use getSamplerChannelIDs instead
58               - Client: getMidiInputDevices now returns MidiInputDevice[]
59                 instead of Integer[]; use getMidiInputDeviceIDs instead
60               - SamplerChannel: getEngineName is replaced with getEngine
61                 and returns SamplerEngine instance instead of String instance
62               - SamplerChannel: getInstrumentName now returns null instead of
63                 "NONE" when there is no instrument loaded
64               - SamplerEngine: equals method is overrided.
65               - AbstractDevice: toString method is overrided
66            
67            * API additions
68               - Client: added getAudioOutputDeviceIDs, getMidiInputDeviceIDs,
69                 getSamplerChannelIDs, enableAudioOutputDevice,
70                 enableMidiInputDevice, setMidiInputPortCount
71                 setAudioOutputChannelCount methods
72               - SamplerChannel: added setEngine method
73               - Device: getDeviceID method defined
74               - AbstractDevice: added getDeviceID, setDeviceID methods
75               - MidiInputDevice: added getMidiPorts, setMidiPorts,
76                 getMidiPort, getMidiPortCount methods
77               - AudioOutputDevice: added getAudioChannels, setAudioChannels
78                 getAudioChannel, getAudioChannelCount methods
79               - Parser: added removeQuotation method
80               - AudioOutputChannel: added getAllParameters, getNameParameter
81                 setNameParameter, getMixChannelParameter, setMixChannelParameter,
82                 getMixChannelDestParameter, setMixChannelDestParameter methods
83               - MidiPort: added getAllParameters, getNameParameter,
84                 setNameParameter methods
85            
86            * Examples changes due to changed methods in Client class
87    
88  jlscp v0.2a: 2005-06-14  jlscp v0.2a: 2005-06-14
89          * Added ant script to automate the build process          * Added ant script to automate the build process
90          * Added Package Versioning          * Added Package Versioning
# Line 9  jlscp v0.2a: 2005-06-14 Line 96  jlscp v0.2a: 2005-06-14
96          * getMidiInputDrivers() in Client class now returns          * getMidiInputDrivers() in Client class now returns
97            MidiInputDriver[] instance instead of String[] instance            MidiInputDriver[] instance instead of String[] instance
98          * The following methods in Client class are now private:          * The following methods in Client class are now private:
99            - getEngineInfo             - getEngineInfo
100            - getAudioOutputDriverInfo             - getAudioOutputDriverInfo
101            - getMidiInputDriverInfo             - getMidiInputDriverInfo
102          * Examples changes due to the changed methods in Client class          * Examples changes due to the changed methods in Client class
103          * Examples' class files moved from examples to examples/build directory          * Examples' class files moved from examples to examples/build directory
104          * Little documentation changes          * Little documentation changes

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

  ViewVC Help
Powered by ViewVC