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

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1775 - (hide annotations) (download)
Thu Sep 11 18:18:21 2008 UTC (15 years, 7 months ago) by iliev
File size: 5369 byte(s)
* Added support for sending MIDI messages to sampler channels
* Added support for retrieving instrument's key mapping and
  keyswitch mapping

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

  ViewVC Help
Powered by ViewVC