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

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

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

revision 3624 by schoenebeck, Tue Oct 1 09:11:27 2019 UTC revision 3625 by schoenebeck, Thu Oct 3 13:37:25 2019 UTC
# Line 38  namespace LinuxSampler { Line 38  namespace LinuxSampler {
38               * @param Max - maximum value of the output levels               * @param Max - maximum value of the output levels
39               */               */
40              LFOSineBuiltinFn(float Max) : LFOBase<RANGE>::LFOBase(Max) {              LFOSineBuiltinFn(float Max) : LFOBase<RANGE>::LFOBase(Max) {
41                    //NOTE: DO NOT add any custom initialization here, since it would break LFOCluster construction !
42              }              }
43    
44              /**              /**

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

  ViewVC Help
Powered by ViewVC