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

Diff of /linuxsampler/trunk/src/engines/LFO.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 29  namespace LinuxSampler { Line 29  namespace LinuxSampler {
29       * LFO's wave form in an instrument editor GUI application) in a convenient       * LFO's wave form in an instrument editor GUI application) in a convenient
30       * way and by an unified API, and exactly with same LFO wave form values       * way and by an unified API, and exactly with same LFO wave form values
31       * that would be generated by the sampler at playback time.       * that would be generated by the sampler at playback time.
32         *
33         * @b NOTE: For sampler internal purposes use the template variant class
34         * LFOCluster for efficiency reasons instead! See the discussion on
35         * LFOCluster for details why.
36       */       */
37      class LFO {      class LFO {
38      public:      public:

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

  ViewVC Help
Powered by ViewVC