--- linuxsampler/trunk/ChangeLog 2008/09/06 14:55:18 1764 +++ linuxsampler/trunk/ChangeLog 2008/11/02 12:05:00 1790 @@ -25,6 +25,12 @@ is only used by very few systems, most pick the int math implementation, which is usually faster) - fixes for audio drivers with varying buffer sizes + - experimental support for running LinuxSampler as a DSSI, LV2 and + VST plugin + - notification events for stream/voice count statistics are now sent + only when there are actual changes + - added memory ordering constraints to improve stability on + multi-core and multi-cpu systems * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -35,7 +41,7 @@ reflected the wrong value - fixed a memory management bug in ASIO driver - Makefile fix: JACK_CFLAGS wasn't used - - JACK: use jack_client_open instead of thedeprecated + - JACK: use jack_client_open instead of the deprecated jack_client_new * MIDI driver: @@ -48,6 +54,9 @@ - avoid time consuming samples scanning when adding instruments to the instruments database - added support for handling lost files in the instruments database + - Implemented option for adding instruments in separate directories + in the instruments database + (patch by Chris Cherrett & Andrew Williams, a bit adjusted) * Gigasampler format engine: - fixed a memory leak that could happen when a channel was deleted @@ -84,6 +93,10 @@ Note-On and Note-Off events are sent via this LSCP event) - added new LSCP commands: FIND LOST DB_INSTRUMENT_FILES and SET DB_INSTRUMENT FILE_PATH + - added new LSCP command: SEND CHANNEL MIDI_DATA which can be used by + frontends to send MIDI messages to specific sampler channel + - added two additional fields to GET FILE INSTRUMENT INFO command - + KEY_BINDINGS and KEYSWITCH_BINDINGS - bugfix: the bank number provided by MIDI_INSTRUMENT_INFO notifications was incorrect - Optimized the retrieval of the MIDI instrument mappings