--- linuxsampler/trunk/ChangeLog 2019/09/01 20:01:03 3589 +++ linuxsampler/trunk/ChangeLog 2019/09/02 09:03:31 3590 @@ -176,6 +176,11 @@ "change_pitch_lfo_freq()", "change_vol_time()", "change_tune_time()", "change_pan_time()", instead imply 'final'ness at runtime and raise an appropriate parser warning at parse time. + - Added built-in real number functions "round()", "ceil()", "floor()", + "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()", "sin()", + "cos()", "tan()", "asin()", "acos()", "atan()". + - Added built-in script real number constant "~NI_MATH_PI". + - Added built-in script real number constant "~NI_MATH_E". * test cases: - Fixed compiler errors in test cases. @@ -196,6 +201,9 @@ equalness / unequalness comparison. - Added NKSP int array and real array tests for value assignment and initialization of arrays. + - Added NKSP test cases for built-in functions "round()", "ceil()", + "floor()", "sqrt()", "log()", "log2()", "log10()", "exp()", "pow()", + "sin()", "cos()", "tan()", "asin()", "acos()", "atan()". Version 2.1.1 (27 Jul 2019)