--- linuxsampler/trunk/src/scriptvm/common.h 2019/08/23 13:33:21 3563 +++ linuxsampler/trunk/src/scriptvm/common.h 2019/08/24 09:18:57 3564 @@ -630,13 +630,15 @@ * * @param iArg - index of the function argument in question * (must be between 0 .. maxAllowedArgs() - 1) + * @param type - standard measurement unit data type used for that + * function argument by currently parsed script * * @return true if a metric prefix would be accepted for the respective * function argument by this function * * @see MetricPrefix_t */ - virtual bool acceptsArgUnitPrefix(vmint iArg) const; + virtual bool acceptsArgUnitPrefix(vmint iArg, StdUnit_t type) const; /** * This method is called by the parser to check whether arguments