--- linuxsampler/trunk/ChangeLog 2017/05/30 15:43:39 3255 +++ linuxsampler/trunk/ChangeLog 2017/05/31 21:07:44 3260 @@ -197,6 +197,12 @@ -1 was passed for its fourth argument (note duration) and the respective parent note is already gone. - Implemented built-in script function "change_play_pos()". + - NKSP language: Added support for user declared const array variables. + - NKSP language: Raise parser warning if array variable is accessed with + an index that exceeds the array's size. + - NKSP language fix: Unknown characters were not handled correctly. + - NKSP language: Added support for "synchronized .. end synchronized" + code blocks. * Instruments DB: - Fixed memory access bug of general DB access code which lead to