--- linuxsampler/trunk/ChangeLog 2008/09/06 14:55:18 1764 +++ linuxsampler/trunk/ChangeLog 2008/11/30 09:10:07 1794 @@ -6,6 +6,8 @@ "./configure --disable-jack-driver" was used (patch by Alexis Ballier) - fixed compilation with gcc 4.3 + - fixes for building on OS X (thanks to Ebrahim Mayat for testing) + - fixed configure so it detects x86_64 (#107) * general changes: - bugfix: on some POSIX systems instrument editor plugins refused to @@ -25,6 +27,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 +43,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 +56,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 +95,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