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

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

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

revision 3624 by schoenebeck, Mon Sep 30 18:03:43 2019 UTC revision 3625 by schoenebeck, Thu Oct 3 13:37:25 2019 UTC
# Line 29  namespace LinuxSampler { Line 29  namespace LinuxSampler {
29               * @param Max - maximum value of the output levels               * @param Max - maximum value of the output levels
30               */               */
31              LFOSquareIntMath(float Max) : LFOBase<RANGE>::LFOBase(Max) {              LFOSquareIntMath(float Max) : LFOBase<RANGE>::LFOBase(Max) {
32                    //NOTE: DO NOT add any custom initialization here, since it would break LFOCluster construction !
33              }              }
34    
35              /**              /**

Legend:
Removed from v.3624  
changed lines
  Added in v.3625

  ViewVC Help
Powered by ViewVC