--- linuxsampler/trunk/ChangeLog 2012/02/19 12:13:19 2317 +++ linuxsampler/trunk/ChangeLog 2012/07/08 10:29:07 2354 @@ -18,6 +18,10 @@ - Mac OS X: made it possible to specify plugin installation dir to 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 @@ -44,6 +48,12 @@ - implemented sine LFO, pulse LFO and saw LFO - experimental support for per voice equalization - added command line option --exec-after-init + - Introduced new C++ API method: + EngineChannel::InstrumentFileName(int index) + allowing to retrieve the whole list of files used for the loaded + instrument on an engine channel (a.k.a. part). Some GigaStudio + instruments for example are splitted over several files like + "Foo.gig", "Foo.gx01", "Foo.gx02", ... * Gigasampler format engine: - implemented the "round robin keyboard" dimension @@ -237,6 +247,16 @@ specified - VST bugfix: instrument loading hang and crashed the host when the plugin was loaded a second time (#174) + - plugin bugfix: instrument loading hang when the plugin was + 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. * MIDI driver: - ALSA MIDI driver supports now "NAME" device parameter, for overriding @@ -244,6 +264,7 @@ - removed limit of maximum amount of MIDI ports per MIDI device, since there is no reason for this limit - MME: fixed memory handling bug found with cppcheck + - MME: removed compiler warning * audio driver: - ASIO driver fixes for newer gcc versions (fix from PortAudio) @@ -315,6 +336,16 @@ - fixed bug #162 - bugfix: LADSPA_PATH was not evaluated correctly when containing multiple paths (#165) + - thread safety fixes for the instrument loading thread + - bugfix: instrument loading crashed for sfz and sf2 in Ardour + (#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)