--- linuxsampler/trunk/src/engines/common/InstrumentScriptVMFunctions.h 2017/07/19 12:25:47 3315 +++ linuxsampler/trunk/src/engines/common/InstrumentScriptVMFunctions.h 2017/07/20 12:05:53 3316 @@ -243,6 +243,12 @@ InstrumentScriptVM* m_vm; }; + class InstrumentScriptVMFunction_change_sustain : public VMChangeSynthParamFunction { + public: + InstrumentScriptVMFunction_change_sustain(InstrumentScriptVM* parent) : VMChangeSynthParamFunction(parent) {} + VMFnResult* exec(VMFnArgs* args); + }; + class InstrumentScriptVMFunction_change_amp_lfo_depth : public VMChangeSynthParamFunction { public: InstrumentScriptVMFunction_change_amp_lfo_depth(InstrumentScriptVM* parent) : VMChangeSynthParamFunction(parent) {}