|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
Templated cascaded multi-pole smoother for steeper roll-off. More...
#include <Smoothers.h>
Public Member Functions | |
| void | reset (double sampleRate, float timeConstantMilliseconds, float initialValue=0.0f) noexcept |
| void | setTargetValue (float newTarget) noexcept |
| float | getNextValue () noexcept |
| float | getCurrentValue () const noexcept |
| float | getTargetValue () const noexcept |
| bool | isSmoothing () const noexcept |
| void | skip () noexcept |
Static Public Attributes | |
| static constexpr float | epsilon = 1e-6f |
Templated cascaded multi-pole smoother for steeper roll-off.
Definition at line 161 of file Smoothers.h.
|
inlinenoexcept |
Definition at line 172 of file Smoothers.h.
|
inlinenoexcept |
Definition at line 509 of file Smoothers.h.
|
inlinenoexcept |
Definition at line 173 of file Smoothers.h.
|
inlinenoexcept |
Definition at line 521 of file Smoothers.h.
|
inlinenoexcept |
Definition at line 496 of file Smoothers.h.
|
inlinenoexcept |
Definition at line 503 of file Smoothers.h.
|
inlinenoexcept |
Definition at line 533 of file Smoothers.h.
|
staticconstexpr |
Definition at line 166 of file Smoothers.h.