/[svn]/jlscp/branches/jlscp_0_6a/ChangeLog
ViewVC logotype

Contents of /jlscp/branches/jlscp_0_6a/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1543 - (show annotations) (download)
Tue Dec 4 18:14:32 2007 UTC (16 years, 3 months ago) by (unknown author)
File size: 4650 byte(s)
This commit was manufactured by cvs2svn to create branch 'jlscp_0_6a'.
1 CVS HEAD
2 * Added support for monitoring the total number of active disk streams
3
4 * API Changes
5 - Added new interface - Instrument
6 - Client: added new methods - getFileInstrumentCount,
7 getFileInstrumentInfo, getFileInstruments
8 - MidiInputDevice: added new methods - getPortsParameter,
9 setPortsParameter
10 - Parser: some of the methods are now public
11
12 jlscp v0.6a: 2007-10-15
13 * Added support for escape sequences
14
15 * API Changes
16 - Client: added new methods - editChannelInstrument, formatInstrumentsDb
17 - 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 jlscp v0.5a: 2007-05-24
26 * Implemented instruments database support
27 * All notifications are now processed through the LSCP event thread
28
29 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 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 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 - getEngineInfo
105 - getAudioOutputDriverInfo
106 - getMidiInputDriverInfo
107 * 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