/[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 3033 by persson, Sun Dec 2 16:30:42 2012 UTC revision 3034 by schoenebeck, Mon Oct 31 00:05:00 2016 UTC
# Line 114  namespace LinuxSampler { Line 114  namespace LinuxSampler {
114                  float Coeff; // The modulation coefficient                  float Coeff; // The modulation coefficient
115                                    
116                                    
117                  Parameter() : Coeff(1), pUnit(NULL) { }                  Parameter() : pUnit(NULL), Coeff(1) { }
118    
119                  /**                  /**
120                   * @param unit The source unit used to influence this parameter.                   * @param unit The source unit used to influence this parameter.

Legend:
Removed from v.3033  
changed lines
  Added in v.3034

  ViewVC Help
Powered by ViewVC