dplug v6.0.22
Dub
Repo
LinearSmoother.initialize
dplug
dsp
smooth
LinearSmoother
Initialize the LinearSmoother.
struct
LinearSmoother
(T)
nothrow @
nogc
void
initialize
(
T
initialValue
,
float
periodSecs
,
float
sampleRate
)
if
(
is
(
T
==
float
) ||
is
(
T
==
double
)
)
Meta
Source
See Implementation
dplug
dsp
smooth
LinearSmoother
functions
initialize
nextSample
Initialize the LinearSmoother.