/[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 3556 by schoenebeck, Sun Dec 23 19:32:11 2018 UTC revision 3557 by schoenebeck, Sun Aug 18 00:06:04 2019 UTC
# Line 350  namespace LinuxSampler { Line 350  namespace LinuxSampler {
350               *                event shall be processed               *                event shall be processed
351               * @returns unique note ID of scheduled new note, or NULL on error               * @returns unique note ID of scheduled new note, or NULL on error
352               */               */
353              note_id_t ScheduleNoteMicroSec(const Event* pEvent, int delay) OVERRIDE {              note_id_t ScheduleNoteMicroSec(const Event* pEvent, int64_t delay) OVERRIDE {
354                  // add (copied) note-on event into scheduler queue                  // add (copied) note-on event into scheduler queue
355                  const event_id_t noteOnEventID = ScheduleEventMicroSec(pEvent, delay);                  const event_id_t noteOnEventID = ScheduleEventMicroSec(pEvent, delay);
356                  if (!noteOnEventID) return 0; // error                  if (!noteOnEventID) return 0; // error

Legend:
Removed from v.3556  
changed lines
  Added in v.3557

  ViewVC Help
Powered by ViewVC