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

Contents of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1766 - (show annotations) (download)
Mon Sep 8 00:16:17 2008 UTC (15 years, 6 months ago) by iliev
File size: 5219 byte(s)
* Added support for monitoring MIDI events on sampler channels
  and MIDI devices
* Client: added new method - setSoTimeout

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

  ViewVC Help
Powered by ViewVC