applyGain(FloatType *samples, int numSamples) noexcept | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
applyGain(FloatType *samplesOut, const FloatType *samplesIn, int numSamples) noexcept | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
applyGain(AudioBuffer< FloatType > &buffer, int numSamples) noexcept | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
countdown | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | protected |
currentValue | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | protected |
FloatType typedef | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
getCurrentValue() const noexcept | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
getNextValue() noexcept | SmoothedValue< FloatType, SmoothingType > | |
getTargetValue() const noexcept | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
isSmoothing() const noexcept | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
MultiplicativeVoid typedef | SmoothedValue< FloatType, SmoothingType > | |
reset(double sampleRate, double rampLengthInSeconds) noexcept | SmoothedValue< FloatType, SmoothingType > | |
reset(int numSteps) noexcept | SmoothedValue< FloatType, SmoothingType > | |
setCurrentAndTargetValue(FloatType newValue) | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
setNextValue() noexcept | SmoothedValue< FloatType, SmoothingType > | |
setNextValue() noexcept | SmoothedValue< FloatType, SmoothingType > | |
setStepSize() noexcept | SmoothedValue< FloatType, SmoothingType > | |
setStepSize() | SmoothedValue< FloatType, SmoothingType > | |
setTargetValue(FloatType newValue) noexcept | SmoothedValue< FloatType, SmoothingType > | |
skip(int numSamples) noexcept | SmoothedValue< FloatType, SmoothingType > | |
skipCurrentValue(int numSamples) noexcept | SmoothedValue< FloatType, SmoothingType > | |
skipCurrentValue(int numSamples) | SmoothedValue< FloatType, SmoothingType > | |
SmoothedValue() noexcept | SmoothedValue< FloatType, SmoothingType > | |
SmoothedValue(FloatType initialValue) noexcept | SmoothedValue< FloatType, SmoothingType > | |
SmoothedValueBase()=default | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | |
step | SmoothedValue< FloatType, SmoothingType > | |
stepsToTarget | SmoothedValue< FloatType, SmoothingType > | |
target | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | protected |
~SmoothedValueBase() | SmoothedValueBase< SmoothedValue< FloatType, SmoothingType > > | virtual |