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

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

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

revision 3204 by schoenebeck, Thu Jan 5 16:04:00 2017 UTC revision 3205 by schoenebeck, Wed May 24 20:05:38 2017 UTC
# Line 357  namespace LinuxSampler { Line 357  namespace LinuxSampler {
357                  // get access to (copied) event on the scheduler queue                  // get access to (copied) event on the scheduler queue
358                  RTList<Event>::Iterator itEvent = pEvents->fromID(noteOnEventID);                  RTList<Event>::Iterator itEvent = pEvents->fromID(noteOnEventID);
359                  // stick a new note to the (copied) event on the queue                  // stick a new note to the (copied) event on the queue
360                  const note_id_t noteID = pEngine->LaunchNewNote(this, &*itEvent);                  const note_id_t noteID = pEngine->LaunchNewNote(this, itEvent);
361                  return noteID;                  return noteID;
362              }              }
363    

Legend:
Removed from v.3204  
changed lines
  Added in v.3205

  ViewVC Help
Powered by ViewVC