--- linuxsampler/trunk/ChangeLog 2016/07/13 15:51:06 2942 +++ linuxsampler/trunk/ChangeLog 2016/07/14 00:22:26 2945 @@ -80,6 +80,11 @@ - 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). Version 2.0.0 (15 July 2015)