|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
A namespace containing a set of types used for specifying the smoothing behaviour of the SmoothedValue class. More...
Classes | |
| struct | Linear |
| Used to indicate a linear smoothing between values. More... | |
| struct | Multiplicative |
| Used to indicate a smoothing between multiplicative values. More... | |
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.
@tags{Audio}
Definition at line 185 of file juce_SmoothedValue.h.
| struct juce::ValueSmoothingTypes::Multiplicative |
Used to indicate a smoothing between multiplicative values.
@tags{Audio}
Definition at line 192 of file juce_SmoothedValue.h.