--- linuxsampler/trunk/ChangeLog 2017/05/30 17:20:02 3257 +++ linuxsampler/trunk/ChangeLog 2017/06/05 18:40:18 3277 @@ -200,6 +200,11 @@ - 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. + - Implemented built-in script function "abort()" which allows to abort + another script handler by passing its callback ID. * Instruments DB: - Fixed memory access bug of general DB access code which lead to