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

Diff of /linuxsampler/trunk/src/engines/sf2/Engine.h

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

revision 2558 by persson, Sat Mar 20 11:37:52 2010 UTC revision 2559 by schoenebeck, Sun May 18 17:38:25 2014 UTC
# Line 46  namespace LinuxSampler { namespace sf2 { Line 46  namespace LinuxSampler { namespace sf2 {
46              virtual void ProcessControlChange (              virtual void ProcessControlChange (
47                  LinuxSampler::EngineChannel*  pEngineChannel,                  LinuxSampler::EngineChannel*  pEngineChannel,
48                  Pool<Event>::Iterator&        itControlChangeEvent                  Pool<Event>::Iterator&        itControlChangeEvent
49              );              ) OVERRIDE;
50                virtual void ProcessChannelPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itChannelPressureEvent) OVERRIDE;
51                virtual void ProcessPolyphonicKeyPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itNotePressureEvent) OVERRIDE;
52    
53              friend class Voice;              friend class Voice;
54    

Legend:
Removed from v.2558  
changed lines
  Added in v.2559

  ViewVC Help
Powered by ViewVC