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

Diff of /linuxsampler/trunk/src/engines/common/LFOTriangleDiHarmonic.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 54  namespace LinuxSampler { Line 54  namespace LinuxSampler {
54               * @param Max - maximum value of the output levels               * @param Max - maximum value of the output levels
55               */               */
56              LFOTriangleDiHarmonic(float Max) : LFOBase<RANGE>::LFOBase(Max) {              LFOTriangleDiHarmonic(float Max) : LFOBase<RANGE>::LFOBase(Max) {
57                    //NOTE: DO NOT add any custom initialization here, since it would break LFOCluster construction !
58              }              }
59    
60              /**              /**

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

  ViewVC Help
Powered by ViewVC