--- linuxsampler/trunk/ChangeLog 2019/08/30 13:33:32 3584 +++ linuxsampler/trunk/ChangeLog 2019/08/30 18:59:21 3586 @@ -132,6 +132,12 @@ metric value basis. - Built-in function "wait()" accepts now both integers and real numbers as argument. + - NKSP VM API cleanup: Get rid of legacy method + VMFunction::argType(vmint iArg) which was already superseded by its new + replacement VMFunction::acceptsArgType(vmint iArg, ExprType_t type). + - NKSP parser: if wrong argument type was passed to a built-in function and + that built-in function accepts more than one data type for the argument, + then show all supported data types as parser error message. * test cases: - Fixed compiler errors in test cases. @@ -150,6 +156,8 @@ 'final' operator usage cases. - Added NKSP test cases for (floating point tolerance aware) real number equalness / unequalness comparison. + - Added NKSP int array and real array tests for value assignment and + initialization of arrays. Version 2.1.1 (27 Jul 2019)