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

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

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

revision 2596 by schoenebeck, Thu Jun 5 19:39:12 2014 UTC revision 2598 by schoenebeck, Fri Jun 6 12:38:54 2014 UTC
# Line 182  namespace LinuxSampler { Line 182  namespace LinuxSampler {
182              virtual void RemoveAllFxSends();              virtual void RemoveAllFxSends();
183    
184              void ImportEvents(uint Samples);              void ImportEvents(uint Samples);
185              void ScheduleEvent(const Event* pEvent, int delay); //TODO: delay not implemented yet              int  ScheduleEvent(const Event* pEvent, int delay); //TODO: delay not implemented yet
186                void IgnoreEvent(int id);
187    
188              void AddGroup(uint group);              void AddGroup(uint group);
189              void HandleKeyGroupConflicts(uint KeyGroup, Pool<Event>::Iterator& itNoteOnEvent);              void HandleKeyGroupConflicts(uint KeyGroup, Pool<Event>::Iterator& itNoteOnEvent);

Legend:
Removed from v.2596  
changed lines
  Added in v.2598

  ViewVC Help
Powered by ViewVC