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

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1326 - (hide annotations) (download)
Fri Sep 7 11:03:52 2007 UTC (16 years, 7 months ago) by iliev
File size: 4177 byte(s)
* Client: getAudioOutputDriverInfo is now public and accepts a dependences
  list of parameters
* Client: getMidiInputDriverInfo is now public and accepts a dependences
  list of parameters
* bugfix: parameters with unset values are now not sent to LinuxSampler

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

  ViewVC Help
Powered by ViewVC