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

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1307 - (hide annotations) (download)
Mon Aug 27 13:34:34 2007 UTC (16 years, 7 months ago) by iliev
File size: 3870 byte(s)
* Added escape sequences support for instrument loading

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

  ViewVC Help
Powered by ViewVC