--- linuxsampler/trunk/ChangeLog 2016/07/14 00:22:26 2945 +++ linuxsampler/trunk/ChangeLog 2016/07/15 15:29:04 2948 @@ -85,6 +85,18 @@ - NKSP language fix: division expressions were evaluated too often. - NKSP language fix: string concatenation operator was right associative instead of left (to right). + - NKSP language correction: allow empty statements in entire language + (i.e. "if end if"). + - Implemented built-in script function "stop_wait()". + - Implemented built-in script variable "$NI_CALLBACK_ID". + - Implemented built-in script variable "$NI_CALLBACK_TYPE". + - Implemented built-in script variable "$NKSP_IGNORE_WAIT". + - Added support for read-only built-in variables (respectively + handled by the script parser). + - Added built-in script constant "$NI_CB_TYPE_INIT". + - Added built-in script constant "$NI_CB_TYPE_NOTE". + - Added built-in script constant "$NI_CB_TYPE_RELEASE". + - Added built-in script constant "$NI_CB_TYPE_CONTROLLER". Version 2.0.0 (15 July 2015)