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

Contents of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1605 - (show annotations) (download)
Mon Dec 31 15:42:55 2007 UTC (16 years, 3 months ago) by iliev
File size: 4782 byte(s)
* null parameters and parameters with null names are now not sent
  to LinuxSampler

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

  ViewVC Help
Powered by ViewVC