--- linuxsampler/trunk/ChangeLog 2019/08/30 11:40:25 3581 +++ linuxsampler/trunk/ChangeLog 2019/08/30 12:23:40 3582 @@ -118,6 +118,13 @@ - Added individual parse time checks of arguments to be passed to built-in functions "random()", "inc()", "dec()", "in_range()", "min()", "max()", "array_equal()" and "search()" specific for their individual purposes. + - NKSP VM refactoring: Renamed all methods, functions and classes matching + pattern *ScalarNumber* to simply *Number* (that is i.e. classes + VMScalarNumberExpr -> VMNumberExpr, ScalarNumberExpr -> NumberExpr, + ScalarNumberVariable -> NumberVariable, ScalarNumberBinaryOp -> + NumberBinaryOp, VMScalarNumberResultFunction -> VMNumberResultFunction, + method VMExpr::asScalarNumberExpr() -> VMExpr::asNumber(), function + isScalarNumber() -> isNumber()). * test cases: - Fixed compiler errors in test cases.