/[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 2055 by persson, Sat Jan 30 10:30:02 2010 UTC revision 2114 by persson, Tue Aug 10 12:05:19 2010 UTC
# Line 494  namespace LinuxSampler { namespace sf2 { Line 494  namespace LinuxSampler { namespace sf2 {
494          return 0;          return 0;
495      }      }
496    
497        void Voice::ProcessGroupEvent(RTList<Event>::Iterator& itEvent) {
498            if (itEvent->Param.Note.Key != MIDIKey) {
499                // kill the voice fast
500                pEG1->enterFadeOutStage();
501            }
502        }
503    
504  }} // namespace LinuxSampler::sf2  }} // namespace LinuxSampler::sf2

Legend:
Removed from v.2055  
changed lines
  Added in v.2114

  ViewVC Help
Powered by ViewVC