dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
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
nextBuffer
nextSample
Initialize the LinearSmoother.