OpenShot Audio Library | OpenShotAudio 0.3.2
|
Classes | |
struct | Linear |
struct | Multiplicative |
A namespace containing a set of types used for specifying the smoothing behaviour of the SmoothedValue class.
For example:
struct juce::ValueSmoothingTypes::Linear |
Used to indicate a linear smoothing between values.
Definition at line 187 of file juce_SmoothedValue.h.
struct juce::ValueSmoothingTypes::Multiplicative |
Used to indicate a smoothing between multiplicative values.
Definition at line 194 of file juce_SmoothedValue.h.