/[svn]/linuxsampler/trunk/src/scriptvm/tree.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/tree.h

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

revision 3206 by schoenebeck, Fri Apr 21 13:33:03 2017 UTC revision 3207 by schoenebeck, Thu May 25 10:53:45 2017 UTC
# Line 709  public: Line 709  public:
709      int suspensionTimeMicroseconds() const OVERRIDE {      int suspensionTimeMicroseconds() const OVERRIDE {
710          return suspendMicroseconds;          return suspendMicroseconds;
711      }      }
712    
713        void resetPolyphonicData() OVERRIDE {
714            if (polyphonicIntMemory.empty()) return;
715            memset(&polyphonicIntMemory[0], 0, polyphonicIntMemory.size() * sizeof(int));
716        }
717  };  };
718    
719  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.3206  
changed lines
  Added in v.3207

  ViewVC Help
Powered by ViewVC