--- linuxsampler/trunk/ChangeLog 2008/09/10 15:02:24 1771 +++ linuxsampler/trunk/ChangeLog 2008/09/29 18:21:21 1781 @@ -25,6 +25,8 @@ 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 * audio driver: - removed the nonsense audio channel constraint (which was hard coded to @@ -35,7 +37,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 +50,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