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

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

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

linuxsampler/trunk/src/engines/common/LFOSine.h revision 3613 by schoenebeck, Mon Sep 30 18:03:43 2019 UTC linuxsampler/trunk/src/engines/common/LFOSineNumericComplexNr.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_LFOSINE_H  #ifndef LS_LFOSINE_NUMERIC_COMPLEX_NR_H
11  #define LS_LFOSINE_H  #define LS_LFOSINE_NUMERIC_COMPLEX_NR_H
12    
13  #include "LFOBase.h"  #include "LFOBase.h"
14    
# Line 20  namespace LinuxSampler { Line 20  namespace LinuxSampler {
20       * number with numeric (descrete) math as basis for its oscillation.       * number with numeric (descrete) math as basis for its oscillation.
21       */       */
22      template<LFO::range_type_t RANGE>      template<LFO::range_type_t RANGE>
23      class LFOSine : public LFOBase<RANGE> {      class LFOSineNumericComplexNr : public LFOBase<RANGE> {
24          public:          public:
25    
26              /**              /**
# Line 28  namespace LinuxSampler { Line 28  namespace LinuxSampler {
28               *               *
29               * @param Max - maximum value of the output levels               * @param Max - maximum value of the output levels
30               */               */
31              LFOSine(float Max) : LFOBase<RANGE>::LFOBase(Max) {              LFOSineNumericComplexNr(float Max) : LFOBase<RANGE>::LFOBase(Max) {
32              }              }
33    
34              /**              /**
# Line 164  namespace LinuxSampler { Line 164  namespace LinuxSampler {
164    
165  } // namespace LinuxSampler  } // namespace LinuxSampler
166    
167  #endif // LS_LFOSINE_H  #endif // LS_LFOSINE_NUMERIC_COMPLEX_NR_H

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

  ViewVC Help
Powered by ViewVC