--- linuxsampler/trunk/ChangeLog 2019/08/27 17:11:08 3572 +++ linuxsampler/trunk/ChangeLog 2019/08/27 21:36:53 3573 @@ -35,6 +35,18 @@ being "final". - NKSP script editor API: Added support for detecting standard unit tokens and their potential metric prefix token. + - NKSP language: Added support for NKSP real number literals and + arithmetic operations on them (e.g. "(3.9 + 2.9) / 12.3 - 42.0"). + - NKSP language: Added support for NKSP real number (floating point) script + variables (declare ~foo). + - NKSP language: Added support for NKSP real number (floating point) array + script variables (declare ?foo[]). + - Built-in script function "message()" accepts now real number argument as + well. + - Added built-in script function "real_to_int()" and its short hand form + "int()" for casting from real number to integer in NKSP scripts. + - Added built-in script function "int_to_real()" and its short hand form + "real()" for casting from integer to real number in NKSP scripts. * test cases: - Fixed compiler errors in test cases.