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

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1783 - (hide annotations) (download)
Tue Sep 30 03:17:26 2008 UTC (15 years, 6 months ago) by iliev
File size: 5577 byte(s)
* Added support for escaping unicode characters

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

  ViewVC Help
Powered by ViewVC