--- linuxsampler/trunk/ChangeLog 2016/04/25 17:28:23 2889 +++ linuxsampler/trunk/ChangeLog 2016/06/30 16:44:46 2927 @@ -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 @@ -51,6 +55,10 @@ - Extended parser issues to provide not only first line and first column, but also last line and last column of issue (thus marking 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". Version 2.0.0 (15 July 2015)