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

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1202 - (hide annotations) (download)
Thu May 24 20:17:25 2007 UTC (16 years, 10 months ago) by iliev
File size: 3821 byte(s)
* updated to version 0.5a

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

  ViewVC Help
Powered by ViewVC