--- linuxsampler/trunk/src/engines/EngineChannelBase.h 2012/03/17 06:18:52 2334 +++ linuxsampler/trunk/src/engines/EngineChannelBase.h 2012/03/17 06:19:01 2335 @@ -219,7 +219,7 @@ pEvents->clear(); // empty MIDI key specific event lists ClearEventListsHandler handler; - ProcessActiveVoices(&handler); + this->ProcessActiveVoices(&handler); // empty exclusive group specific event lists ClearGroupEventLists(); @@ -263,7 +263,7 @@ void RenderActiveVoices(uint Samples) { RenderVoicesHandler handler(this, Samples); - ProcessActiveVoices(&handler); + this->ProcessActiveVoices(&handler); SetVoiceCount(handler.VoiceCount); SetDiskStreamCount(handler.StreamCount);