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

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

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

revision 2335 by persson, Sat Mar 17 06:19:01 2012 UTC revision 2352 by persson, Sun Jun 24 16:11:31 2012 UTC
# Line 222  namespace LinuxSampler { Line 222  namespace LinuxSampler {
222                  this->ProcessActiveVoices(&handler);                  this->ProcessActiveVoices(&handler);
223    
224                  // empty exclusive group specific event lists                  // empty exclusive group specific event lists
225                  ClearGroupEventLists();                  // (pInstrument == 0 could mean that LoadInstrument is
226                    // building new group event lists, so we must check
227                    // for that)
228                    if (pInstrument) ClearGroupEventLists();
229              }              }
230    
231              // implementation of abstract methods derived from interface class 'InstrumentConsumer'              // implementation of abstract methods derived from interface class 'InstrumentConsumer'

Legend:
Removed from v.2335  
changed lines
  Added in v.2352

  ViewVC Help
Powered by ViewVC