/[svn]/linuxsampler/trunk/src/engines/common/SignalUnit.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/SignalUnit.h

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

revision 2234 by iliev, Tue Aug 9 18:27:58 2011 UTC revision 2235 by iliev, Wed Aug 10 19:40:39 2011 UTC
# Line 448  namespace LinuxSampler { Line 448  namespace LinuxSampler {
448                  Ctrls.clear();                  Ctrls.clear();
449              }              }
450                            
451                int GetCCCount() { return Ctrls.size(); }
452                
453              virtual void Increment() {              virtual void Increment() {
454                  if (hasSmoothCtrls && isSmoothingOut) Calculate();                  if (hasSmoothCtrls && isSmoothingOut) Calculate();
455              }              }

Legend:
Removed from v.2234  
changed lines
  Added in v.2235

  ViewVC Help
Powered by ViewVC