--- linuxsampler/trunk/ChangeLog 2019/08/30 13:33:32 3584 +++ linuxsampler/trunk/ChangeLog 2019/08/30 17:51:24 3585 @@ -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.