--- linuxsampler/trunk/ChangeLog 2016/07/13 15:51:06 2942 +++ linuxsampler/trunk/ChangeLog 2016/07/14 10:37:28 2947 @@ -80,6 +80,13 @@ - Implemented built-in script variable "$NKSP_REAL_TIMER". - Implemented built-in script variable "$NKSP_PERF_TIMER". - Implemented built-in script variable "$ENGINE_UPTIME". + - Implemented built-in script function "inc()". + - Implemented built-in script function "dec()". + - 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"). Version 2.0.0 (15 July 2015)