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

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

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

revision 2558 by schoenebeck, Wed Jan 1 17:48:01 2014 UTC revision 2559 by schoenebeck, Sun May 18 17:38:25 2014 UTC
# Line 109  namespace LinuxSampler { namespace gig { Line 109  namespace LinuxSampler { namespace gig {
109          ProcessFxSendControllers(pChannel, itControlChangeEvent);          ProcessFxSendControllers(pChannel, itControlChangeEvent);
110      }      }
111    
112        void Engine::ProcessChannelPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itChannelPressureEvent) {
113            // if required: engine global aftertouch handling (apart from the per voice handling)
114        }
115    
116        void Engine::ProcessPolyphonicKeyPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itNotePressureEvent) {
117            // if required: engine global aftertouch handling (apart from the per voice handling)
118        }
119    
120      DiskThread* Engine::CreateDiskThread() {      DiskThread* Engine::CreateDiskThread() {
121          return new DiskThread (          return new DiskThread (
122              iMaxDiskStreams,              iMaxDiskStreams,

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

  ViewVC Help
Powered by ViewVC