--- linuxsampler/trunk/ChangeLog 2012/03/17 06:19:01 2335 +++ linuxsampler/trunk/ChangeLog 2012/07/08 14:44:47 2356 @@ -19,6 +19,9 @@ configure - Mac OS X: Makefile fix for the install-strip target - fixed compilation with gcc 4.7 + - fixed configure script error with old autoconf versions + - lsatomic.h: use gcc provided atomic functions if building with + gcc 4.7 and C++11 * general changes: - Refactoring: moved the independent code from @@ -248,6 +251,17 @@ loaded a second time (this time it's for Linux and Mac, previous similar fix was for Windows) - thread safety fixes for the instrument loading thread + - LV2: use the new lv2 package if present + - VST: try to open Fantasia automatically on Linux and Mac too (on + Linux, the Fantasia jar should be placed in /share/java) + - VST: fixed crashes on Linux Ardour and EnergyXT + - DSSI bugfix: it wasn't possible to change engine type. The MIDI + port and audio channel routing for DSSI plugins are now visible. + - LV2: use urid and atom extensions instead of deprecated uri-map + and event + - LV2: lv2 package 1.0 is now required to build the LV2 plugin + - LV2: changed number of output channels to 16 stereo, just like + the VST and AU plugins * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding @@ -332,6 +346,11 @@ (#176) - more thread safety fixes for the instrument loading thread - sfz/sf2 engine: fixed crash when using small audio fragment size + - Mac OS X: fixed crash when unloading plugin on 10.7 and later + - Mac OS X: fixed process hang when unloading 32-bit plugin (bug + introduced in previous fix) + - fixed crash when a channel received a program change while + playing a note in a key group Version 1.0.0 (31 July 2009)