JUCE
juce::LinearSmoothedValue< FloatType > Member List

This is the complete list of members for juce::LinearSmoothedValue< FloatType >, including all inherited members.

applyGain(FloatType *samples, int numSamples) noexceptjuce::LinearSmoothedValue< FloatType >
applyGain(FloatType *samplesOut, const FloatType *samplesIn, int numSamples) noexceptjuce::LinearSmoothedValue< FloatType >
applyGain(AudioBuffer< FloatType > &buffer, int numSamples) noexceptjuce::LinearSmoothedValue< FloatType >
getNextValue() noexceptjuce::LinearSmoothedValue< FloatType >
getTargetValue() const noexceptjuce::LinearSmoothedValue< FloatType >
isSmoothing() const noexceptjuce::LinearSmoothedValue< FloatType >
LinearSmoothedValue() noexceptjuce::LinearSmoothedValue< FloatType >
LinearSmoothedValue(FloatType initialValue) noexceptjuce::LinearSmoothedValue< FloatType >
reset(double sampleRate, double rampLengthInSeconds) noexceptjuce::LinearSmoothedValue< FloatType >
setValue(FloatType newValue, bool force=false) noexceptjuce::LinearSmoothedValue< FloatType >