/[svn]/linuxsampler/trunk/src/engines/EngineBase.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/EngineBase.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2938 by schoenebeck, Mon Jul 11 17:10:40 2016 UTC revision 2948 by schoenebeck, Fri Jul 15 15:29:04 2016 UTC
# Line 987  namespace LinuxSampler { Line 987  namespace LinuxSampler {
987                  itScriptEvent->cause = *itEvent;                  itScriptEvent->cause = *itEvent;
988                  itScriptEvent->currentHandler = 0;                  itScriptEvent->currentHandler = 0;
989                  itScriptEvent->executionSlices = 0;                  itScriptEvent->executionSlices = 0;
990                    itScriptEvent->ignoreAllWaitCalls = false;
991                    itScriptEvent->handlerType = pEventHandler->eventHandlerType();
992                  // this is the native representation of the $EVENT_ID script variable                  // this is the native representation of the $EVENT_ID script variable
993                  itScriptEvent->id =                  itScriptEvent->id =
994                      (itEvent->Type == Event::type_note_on)                      (itEvent->Type == Event::type_note_on)

Legend:
Removed from v.2938  
changed lines
  Added in v.2948

  ViewVC Help
Powered by ViewVC