--- linuxsampler/trunk/ChangeLog 2016/05/03 14:00:16 2902 +++ linuxsampler/trunk/ChangeLog 2016/07/09 14:38:33 2931 @@ -20,6 +20,10 @@ being directly assigned to a keyboard key. This allows more fine graded processing of voices, which is i.e. required for certain instrument script features. + - Fix: Release trigger voices were not spawned on sustain pedal up + (CC #64) events. + - Fix: Release trigger voices can now also distinguish correctly between + note-off and sustain pedal up events. * packaging changes: - removed unnecessary dependency to libuuid @@ -53,6 +57,11 @@ the precise span of the issue within the source code). - Reload script automatically after being modified by an instrument editor. + - NKSP language grammar correction: allow empty event handler bodies + like "on note end on". + - Implemented built-in script function "change_vol()". + - Implemented built-in script function "change_tune()". + - Implemented built-in script function "change_pan()". Version 2.0.0 (15 July 2015)