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

Diff of /linuxsampler/trunk/src/engines/common/LFOTriangleIntMath.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 40  namespace LinuxSampler { Line 40  namespace LinuxSampler {
40               * @param Max - maximum value of the output levels               * @param Max - maximum value of the output levels
41               */               */
42              LFOTriangleIntMath(float Max) : LFOBase<RANGE>::LFOBase(Max) {              LFOTriangleIntMath(float Max) : LFOBase<RANGE>::LFOBase(Max) {
43                    //NOTE: DO NOT add any custom initialization here, since it would break LFOCluster construction !
44              }              }
45    
46              /**              /**

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

  ViewVC Help
Powered by ViewVC