/[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 2264 by iliev, Mon Aug 22 10:00:01 2011 UTC revision 2296 by iliev, Thu Dec 8 20:03:47 2011 UTC
# Line 479  namespace LinuxSampler { Line 479  namespace LinuxSampler {
479                            
480              int GetCCCount() { return pCtrls->count(); }              int GetCCCount() { return pCtrls->count(); }
481                            
482                bool HasCCs() { return GetCCCount() > 0; }
483                
484              virtual void Increment() {              virtual void Increment() {
485                  if (hasSmoothCtrls && isSmoothingOut) Calculate();                  if (hasSmoothCtrls && isSmoothingOut) Calculate();
486              }              }

Legend:
Removed from v.2264  
changed lines
  Added in v.2296

  ViewVC Help
Powered by ViewVC