--- linuxsampler/trunk/ChangeLog 2012/06/23 11:02:48 2351 +++ linuxsampler/trunk/ChangeLog 2012/08/26 07:31:12 2361 @@ -215,6 +215,7 @@ group and off_by opcodes (#168) - made end=0 play the whole sample - fixed support for lochan and hichan opcodes (#155) + - fixed crash when using lochan/hichan opcodes (#187) * SoundFont format engine: - Initial implementation (not usable yet) @@ -255,6 +256,15 @@ - 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 + - LV2: fixed save/restore of SFZ state (patch by David Robillard) + - LV2: made LV2 plugin buildable on Windows and Mac * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding @@ -342,6 +352,8 @@ - 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)