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

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

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

linuxsampler/trunk/src/engines/common/LFOSawIntMath.h revision 3613 by schoenebeck, Mon Sep 30 18:03:43 2019 UTC linuxsampler/trunk/src/engines/common/LFOSawIntMathNew.h revision 3614 by schoenebeck, Tue Oct 1 09:11:27 2019 UTC
# Line 7  Line 7 
7   * See README file for details.   * See README file for details.
8   */   */
9    
10  #ifndef LS_LFOSAWINTMATH_H  #ifndef LS_LFOSAWINTMATHNEW_H
11  #define LS_LFOSAWINTMATH_H  #define LS_LFOSAWINTMATHNEW_H
12    
13  #include <stdlib.h>  #include <stdlib.h>
14  #include "LFOBase.h"  #include "LFOBase.h"
# Line 21  namespace LinuxSampler { Line 21  namespace LinuxSampler {
21       * math (without branches) to synthesize the saw wave.       * math (without branches) to synthesize the saw wave.
22       */       */
23      template<LFO::range_type_t RANGE>      template<LFO::range_type_t RANGE>
24      class LFOSawIntMath : public LFOBase<RANGE> {      class LFOSawIntMathNew : public LFOBase<RANGE> {
25          public:          public:
26              /**              /**
27               * Constructor               * Constructor
28               *               *
29               * @param Max - maximum value of the output levels               * @param Max - maximum value of the output levels
30               */               */
31              LFOSawIntMath(float Max) : LFOBase<RANGE>::LFOBase(Max) {              LFOSawIntMathNew(float Max) : LFOBase<RANGE>::LFOBase(Max) {
32              }              }
33    
34              /**              /**
# Line 174  namespace LinuxSampler { Line 174  namespace LinuxSampler {
174    
175  } // namespace LinuxSampler  } // namespace LinuxSampler
176    
177  #endif // LS_LFOSAWINTMATH_H  #endif // LS_LFOSAWINTMATHNEW_H

Legend:
Removed from v.3613  
changed lines
  Added in v.3614

  ViewVC Help
Powered by ViewVC