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

Diff of /linuxsampler/trunk/src/engines/sfz/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 133  namespace LinuxSampler { namespace sfz { Line 133  namespace LinuxSampler { namespace sfz {
133      }      }
134    
135      void Engine::ProcessChannelPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itChannelPressureEvent) {      void Engine::ProcessChannelPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itChannelPressureEvent) {
136            // forward this to the CC routine, so it updates the current aftertouch value
137            ProcessControlChange(pEngineChannel, itChannelPressureEvent);
138    
139          // if required: engine global aftertouch handling (apart from the per voice handling)          // if required: engine global aftertouch handling (apart from the per voice handling)
140      }      }
141    

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

  ViewVC Help
Powered by ViewVC