--- linuxsampler/trunk/src/engines/EngineBase.h 2014/06/10 15:17:01 2613 +++ linuxsampler/trunk/src/engines/EngineBase.h 2014/06/10 17:22:48 2614 @@ -925,6 +925,8 @@ RTList::Iterator itScriptEvent = pEngineChannel->pScript->pEvents->allocAppend(); + itScriptEvent->cause.pEngineChannel = pEngineChannel; + VMExecStatus_t res = pScriptVM->exec( pEngineChannel->pScript->parserContext, &*itScriptEvent );