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

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1766 - (hide annotations) (download)
Mon Sep 8 00:16:17 2008 UTC (15 years, 7 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 iliev 1605 CVS HEAD
2 iliev 1766 * Added support for monitoring MIDI events on sampler channels
3     and MIDI devices
4    
5 iliev 1718 * API Changes
6 iliev 1728 - Client: added new methods - getMidiInstrumentEntries,
7 iliev 1766 findLostDbInstrumentFiles, setDbInstrumentFilePath, setSoTimeout
8 iliev 1728 getExtendedCharacterEscaping, setExtendedCharacterEscaping
9     - Parser: added new method - toExtendedEscapeSequence
10 iliev 1718
11 iliev 1605 * Bug fixes:
12     - null parameters and parameters with null names are now not sent
13     to LinuxSampler
14 iliev 1718 - fixed a bug in DB_INSTRUMENTS_JOB_INFO notifications
15 iliev 1728 - fixed bug #75
16 iliev 1605
17 iliev 1563 jlscp v0.7a: 2007-12-06
18 iliev 1542 * Added support for monitoring the total number of active disk streams
19    
20 iliev 1491 * API Changes
21 iliev 1539 - Added new interface - Instrument
22     - Client: added new methods - getFileInstrumentCount,
23     getFileInstrumentInfo, getFileInstruments
24 iliev 1494 - MidiInputDevice: added new methods - getPortsParameter,
25     setPortsParameter
26 iliev 1491 - Parser: some of the methods are now public
27    
28 iliev 1440 jlscp v0.6a: 2007-10-15
29 iliev 1307 * Added support for escape sequences
30    
31 iliev 1326 * API Changes
32 iliev 1421 - Client: added new methods - editChannelInstrument, formatInstrumentsDb
33 iliev 1326 - 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 iliev 1202 jlscp v0.5a: 2007-05-24
42     * Implemented instruments database support
43     * All notifications are now processed through the LSCP event thread
44    
45 iliev 1139 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 iliev 784 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 iliev 672 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 iliev 784 - getEngineInfo
121     - getAudioOutputDriverInfo
122     - getMidiInputDriverInfo
123 iliev 672 * 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