DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::Smoothers::LinearSmoother Member List

This is the complete list of members for dspark::Smoothers::LinearSmoother, including all inherited members.

epsilondspark::Smoothers::LinearSmootherstatic
getCurrentValue() const noexceptdspark::Smoothers::LinearSmootherinline
getNextValue() noexceptdspark::Smoothers::LinearSmootherinline
getTargetValue() const noexceptdspark::Smoothers::LinearSmootherinline
isSmoothing() const noexceptdspark::Smoothers::LinearSmootherinline
processBlock(float *buffer, int numSamples, bool multiply=false) noexceptdspark::Smoothers::LinearSmootherinline
reset(double sampleRate, float rampTimeMilliseconds, float initialValue=0.0f) noexceptdspark::Smoothers::LinearSmootherinline
setCurrentAndTargetValue(float value) noexceptdspark::Smoothers::LinearSmootherinline
setTargetValue(float newTarget) noexceptdspark::Smoothers::LinearSmootherinline
skip() noexceptdspark::Smoothers::LinearSmootherinline