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

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

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

revision 3334 by schoenebeck, Sun May 28 22:22:56 2017 UTC revision 3335 by schoenebeck, Sun Jul 30 14:33:15 2017 UTC
# Line 38  public: Line 38  public:
38          steps = 0;          steps = 0;
39      }      }
40    
41        inline float currentValue() const {
42            return value;
43        }
44    
45      /**      /**
46       * Sets a new default duration for fadeTo(), which will be used if no       * Sets a new default duration for fadeTo(), which will be used if no
47       * duration was passed to fadeTo() calls.       * duration was passed to fadeTo() calls.

Legend:
Removed from v.3334  
changed lines
  Added in v.3335

  ViewVC Help
Powered by ViewVC