--- linuxsampler/trunk/ChangeLog 2010/02/23 18:32:31 2061 +++ linuxsampler/trunk/ChangeLog 2010/05/30 11:40:31 2101 @@ -1,6 +1,9 @@ Version CVS HEAD (?) - * General changes: + * packaging changes: + - fixed building with newer MinGW-w64 + + * general changes: - Refactoring: moved the independent code from the Gigasampler format engine to base classes - command line option '--profile' is currently disabled, since the @@ -31,9 +34,23 @@ - added some opcode aliases, like loopmode for loop_mode, to be more compatible - added support for trigger=release and rt_decay + - added support for off_mode=normal + - added support for random, seq_position, seq_length and volume + - added v1 LFO opcodes to parser (no support in engine yet) + - added support for amp_veltrack and amp_velcurve_N + - fine-tuned the default velocity curve + - added support for transpose + - fixed crash when using sw_down/up + - 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 * 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