/[svn]/linuxsampler/trunk/src/engines/sf2/Voice.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sf2/Voice.cpp

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

revision 2217 by iliev, Tue Jul 26 15:51:30 2011 UTC revision 2218 by iliev, Thu Jul 28 08:05:57 2011 UTC
# Line 336  namespace LinuxSampler { namespace sf2 { Line 336  namespace LinuxSampler { namespace sf2 {
336      void Voice::ProcessGroupEvent(RTList<Event>::Iterator& itEvent) {      void Voice::ProcessGroupEvent(RTList<Event>::Iterator& itEvent) {
337          if (itEvent->Param.Note.Key != MIDIKey) {          if (itEvent->Param.Note.Key != MIDIKey) {
338              // kill the voice fast              // kill the voice fast
339              pEG1->enterFadeOutStage();              SignalRack.EnterFadeOutStage();
340          }          }
341      }      }
342    

Legend:
Removed from v.2217  
changed lines
  Added in v.2218

  ViewVC Help
Powered by ViewVC