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

Contents of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1728 - (show annotations) (download)
Tue Apr 29 16:04:42 2008 UTC (15 years, 11 months ago) by iliev
File size: 5119 byte(s)
* Client: added new methods - findLostDbInstrumentFiles,
  setDbInstrumentFilePath, getExtendedCharacterEscaping,
  setExtendedCharacterEscaping
* Parser: added new method - toExtendedEscapeSequence
* fixed bug #75

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

  ViewVC Help
Powered by ViewVC