--- jlscp/trunk/ChangeLog 2007/11/19 19:57:51 1491 +++ jlscp/trunk/ChangeLog 2008/09/29 18:21:21 1781 @@ -1,5 +1,36 @@ CVS HEAD + * Added support for monitoring MIDI events on sampler channels + and MIDI devices + + * Added support for sending MIDI messages to sampler channels + + * Added support for retrieving instrument's key mapping and + keyswitch mapping + + * Implemented option for adding instruments in separate directories in the + instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted) + + * API Changes + - Client: added new methods - getMidiInstrumentEntries, + findLostDbInstrumentFiles, setDbInstrumentFilePath, setSoTimeout + getExtendedCharacterEscaping, setExtendedCharacterEscaping + - Parser: added new method - toExtendedEscapeSequence + + * Bug fixes: + - null parameters and parameters with null names are now not sent + to LinuxSampler + - fixed a bug in DB_INSTRUMENTS_JOB_INFO notifications + - fixed bug #75 + +jlscp v0.7a: 2007-12-06 + * Added support for monitoring the total number of active disk streams + * API Changes + - Added new interface - Instrument + - Client: added new methods - getFileInstrumentCount, + getFileInstrumentInfo, getFileInstruments + - MidiInputDevice: added new methods - getPortsParameter, + setPortsParameter - Parser: some of the methods are now public jlscp v0.6a: 2007-10-15