/[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 2334 by persson, Thu Mar 8 19:40:14 2012 UTC revision 2335 by persson, Sat Mar 17 06:19:01 2012 UTC
# Line 219  namespace LinuxSampler { Line 219  namespace LinuxSampler {
219                  pEvents->clear();                  pEvents->clear();
220                  // empty MIDI key specific event lists                  // empty MIDI key specific event lists
221                  ClearEventListsHandler handler;                  ClearEventListsHandler handler;
222                  ProcessActiveVoices(&handler);                  this->ProcessActiveVoices(&handler);
223    
224                  // empty exclusive group specific event lists                  // empty exclusive group specific event lists
225                  ClearGroupEventLists();                  ClearGroupEventLists();
# Line 263  namespace LinuxSampler { Line 263  namespace LinuxSampler {
263    
264              void RenderActiveVoices(uint Samples) {              void RenderActiveVoices(uint Samples) {
265                  RenderVoicesHandler handler(this, Samples);                  RenderVoicesHandler handler(this, Samples);
266                  ProcessActiveVoices(&handler);                  this->ProcessActiveVoices(&handler);
267    
268                  SetVoiceCount(handler.VoiceCount);                  SetVoiceCount(handler.VoiceCount);
269                  SetDiskStreamCount(handler.StreamCount);                  SetDiskStreamCount(handler.StreamCount);

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

  ViewVC Help
Powered by ViewVC