--- linuxsampler/trunk/ChangeLog 2017/11/28 15:54:49 3381 +++ linuxsampler/trunk/ChangeLog 2019/05/25 17:22:08 3514 @@ -5,6 +5,29 @@ 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. + - FX Sends: Provide more useful error messages on routing problems + (see bug #169). + - LSCP doc: Be more clear describing the two distinct approaches + of using external vs. internal effects (see bug #169). + - "optional" class: Fixed comparison operators. + + * 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) + - Fixed potential crash when a sample is shared by more than one region + (fixes bug #308, patch by Jacek Roszkowski). + - Opcode 'sample': Added support for built-in sample '*silence' + (fixes bug #310, patch by Jacek Roszkowski). + Version 2.1.0 (25 Nov 2017) * SFZ format engine: