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

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1563 - (hide annotations) (download)
Thu Dec 6 18:44:33 2007 UTC (16 years, 3 months ago) by iliev
File size: 4665 byte(s)
* preparations for release 0.7a

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

  ViewVC Help
Powered by ViewVC