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

Diff of /linuxsampler/trunk/src/engines/common/LFOSquarePulse.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 29  namespace LinuxSampler { Line 29  namespace LinuxSampler {
29       */       */
30      template<LFO::range_type_t RANGE>      template<LFO::range_type_t RANGE>
31      class LFOSquarePulse : public LFOPulse<RANGE, 500> {      class LFOSquarePulse : public LFOPulse<RANGE, 500> {
32          public:      public:
33              LFOSquarePulse(float Max) : LFOPulse<RANGE, 500>::LFOPulse(Max) { }          LFOSquarePulse(float Max) : LFOPulse<RANGE, 500>::LFOPulse(Max) {
34                //NOTE: DO NOT add any custom initialization here, since it would break LFOCluster construction !
35            }
36      };      };
37    
38  } // namespace LinuxSampler  } // namespace LinuxSampler

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

  ViewVC Help
Powered by ViewVC