dplug v6.0.22
Dub
Repo
UnstableMeanFilter.initialize
dplug
dsp
smooth
UnstableMeanFilter
Initialize with with cutoff frequency and samplerate.
void
initialize
(T initialValue, int samples)
void
initialize
(T initialValue, double cutoffHz, double samplerate)
struct
UnstableMeanFilter
(T)
nothrow @
nogc
void
initialize
(
T
initialValue
,
double
cutoffHz
,
double
samplerate
)
if
(
is
(
T
==
float
) ||
is
(
T
==
double
)
)
Meta
Source
See Implementation
dplug
dsp
smooth
UnstableMeanFilter
functions
initialize
Initialize with with cutoff frequency and samplerate.