/[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 3443 by schoenebeck, Mon May 29 22:19:19 2017 UTC revision 3444 by schoenebeck, Sun Dec 23 19:32:11 2018 UTC
# Line 280  namespace LinuxSampler { namespace sfz { Line 280  namespace LinuxSampler { namespace sfz {
280          return expf(RgnInfo.ReleaseTriggerDecay * noteLength);          return expf(RgnInfo.ReleaseTriggerDecay * noteLength);
281      }      }
282    
283        release_trigger_t Voice::GetReleaseTriggerFlags() {
284            return release_trigger_noteoff;
285        }
286    
287      void Voice::ProcessGroupEvent(RTList<Event>::Iterator& itEvent) {      void Voice::ProcessGroupEvent(RTList<Event>::Iterator& itEvent) {
288          dmsg(4,("Voice %p processGroupEvents event type=%d", (void*)this, itEvent->Type));          dmsg(4,("Voice %p processGroupEvents event type=%d", (void*)this, itEvent->Type));
289          if (itEvent->Type == Event::type_control_change ||          if (itEvent->Type == Event::type_control_change ||

Legend:
Removed from v.3443  
changed lines
  Added in v.3444

  ViewVC Help
Powered by ViewVC