--- linuxsampler/trunk/src/engines/EngineBase.h 2016/07/14 10:37:28 2947 +++ linuxsampler/trunk/src/engines/EngineBase.h 2016/07/15 15:29:04 2948 @@ -987,6 +987,8 @@ itScriptEvent->cause = *itEvent; itScriptEvent->currentHandler = 0; itScriptEvent->executionSlices = 0; + itScriptEvent->ignoreAllWaitCalls = false; + itScriptEvent->handlerType = pEventHandler->eventHandlerType(); // this is the native representation of the $EVENT_ID script variable itScriptEvent->id = (itEvent->Type == Event::type_note_on)