Classes | |
| class | juce::SmoothedValueBase< SmoothedValueType > |
| A base class for the smoothed value classes. More... | |
| struct | juce::ValueSmoothingTypes::Linear |
| Used to indicate a linear smoothing between values. More... | |
| struct | juce::ValueSmoothingTypes::Multiplicative |
| Used to indicate a smoothing between multiplicative values. More... | |
| class | juce::SmoothedValue< FloatType, SmoothingType > |
| A utility class for values that need smoothing to avoid audio glitches. More... | |
Namespaces | |
| namespace | juce |
| namespace | juce::ValueSmoothingTypes |
| A namespace containing a set of types used for specifying the smoothing behaviour of the SmoothedValue class. | |
Typedefs | |
| template<typename FloatType> | |
| using | juce::LinearSmoothedValue = SmoothedValue <FloatType, ValueSmoothingTypes::Linear> |