--- linuxsampler/trunk/ChangeLog 2017/11/25 17:29:29 3372 +++ linuxsampler/trunk/ChangeLog 2019/02/27 14:50:36 3487 @@ -1,3 +1,24 @@ +Version SVN trunk (?) + + * Real-time instrument scripts: + - Fixed behavior of built-in NKSP functions change_sustain(), + change_cutoff_attack(), change_cutoff_decay(), change_cutoff_sustain() + and change_cutoff_release(). + + * general changes: + - Only play release trigger samples on sustain pedal up if this behaviour + was explicitly requested by the instrument (otherwise only on note-off). + - Fixed compiler warnings. + - Fixed compilation error when cross-compiling to Mac. + + * Gigasampler/GigaStudio format engine: + - Format extension: If requested by instrument then don't play release + trigger sample on note-off events. + + * SFZ format engine: + - Fixed memory leak when releasing samples + (fixes bug #307, patch by Jacek Roszkowski) + Version 2.1.0 (25 Nov 2017) * SFZ format engine: