--- linuxsampler/trunk/src/engines/EngineBase.h 2014/06/10 22:49:45 2617 +++ linuxsampler/trunk/src/engines/EngineBase.h 2014/06/11 11:39:44 2618 @@ -926,6 +926,8 @@ pEngineChannel->pScript->pEvents->allocAppend(); itScriptEvent->cause.pEngineChannel = pEngineChannel; + itScriptEvent->handlers[0] = pEngineChannel->pScript->handlerInit; + itScriptEvent->handlers[1] = NULL; VMExecStatus_t res = pScriptVM->exec( pEngineChannel->pScript->parserContext, &*itScriptEvent