--- linuxsampler/trunk/ChangeLog 2010/05/15 09:02:31 2091 +++ linuxsampler/trunk/ChangeLog 2010/08/12 15:36:15 2115 @@ -44,9 +44,18 @@ - improved logic for sw_lokey/hikey/up/down/last - added more v1 aliases to parser - reduced memory usage for sfz data + - RT-safeness: avoid malloc in audio thread + - fixed a bug that could cause voice stealing to fail + - optimized sample lookup + - improved support for exclusive groups (group, off_by and + off_mode) + - added support for controller triggered regions (on_locc/on_hicc) + - added support for loop_mode=one_shot * SoundFont format engine: - Initial implementation (not usable yet) + - RT-safeness: avoid malloc in audio thread + - fixed a bug that could cause voice stealing to fail * Host plugins: - AU bugfix: failed to destroy its audio/MIDI devices @@ -65,6 +74,7 @@ * Bug fixes: - Fixed crash which may occur when MIDI key + transpose is out of range + - minor valgrind fixes Version 1.0.0 (31 July 2009)