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

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

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

revision 2114 by persson, Tue Aug 10 12:05:19 2010 UTC revision 2115 by persson, Thu Aug 12 15:36:15 2010 UTC
# Line 503  namespace LinuxSampler { namespace sfz { Line 503  namespace LinuxSampler { namespace sfz {
503    
504      void Voice::ProcessGroupEvent(RTList<Event>::Iterator& itEvent) {      void Voice::ProcessGroupEvent(RTList<Event>::Iterator& itEvent) {
505          dmsg(4,("Voice %x processGroupEvents event type=%d", this, itEvent->Type));          dmsg(4,("Voice %x processGroupEvents event type=%d", this, itEvent->Type));
506          if (itEvent->Param.Note.Key != MIDIKey) {          if (itEvent->Type == Event::type_control_change ||
507                (Type & Voice::type_controller_triggered) ||
508                itEvent->Param.Note.Key != MIDIKey) {
509              dmsg(4,("Voice %x - kill", this));              dmsg(4,("Voice %x - kill", this));
510              if (pRegion->off_mode == ::sfz::OFF_NORMAL) {              if (pRegion->off_mode == ::sfz::OFF_NORMAL) {
511                  // turn off the voice by entering release envelope stage                  // turn off the voice by entering release envelope stage

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

  ViewVC Help
Powered by ViewVC