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

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

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

revision 3014 by schoenebeck, Tue Apr 19 14:07:53 2016 UTC revision 3015 by schoenebeck, Tue Oct 18 20:13:08 2016 UTC
# Line 59  namespace LinuxSampler { namespace sf2 { Line 59  namespace LinuxSampler { namespace sf2 {
59      }      }
60    
61      void Engine::ProcessChannelPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itChannelPressureEvent) {      void Engine::ProcessChannelPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itChannelPressureEvent) {
62            // forward this to the CC routine, so it updates the current aftertouch value
63            ProcessControlChange(pEngineChannel, itChannelPressureEvent);
64    
65          // if required: engine global aftertouch handling (apart from the per voice handling)          // if required: engine global aftertouch handling (apart from the per voice handling)
66      }      }
67    

Legend:
Removed from v.3014  
changed lines
  Added in v.3015

  ViewVC Help
Powered by ViewVC