--- linuxsampler/trunk/src/engines/common/InstrumentScriptVMFunctions.h 2017/05/25 13:02:03 3211 +++ linuxsampler/trunk/src/engines/common/InstrumentScriptVMFunctions.h 2017/05/25 13:17:47 3212 @@ -46,7 +46,7 @@ class InstrumentScriptVMFunction_ignore_event : public VMEmptyResultFunction { public: InstrumentScriptVMFunction_ignore_event(InstrumentScriptVM* parent); - int minRequiredArgs() const { return 1; } + int minRequiredArgs() const { return 0; } int maxAllowedArgs() const { return 1; } bool acceptsArgType(int iArg, ExprType_t type) const; ExprType_t argType(int iArg) const { return INT_EXPR; }