dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
LinearSmoother.nextSample
dplug
dsp
smooth
LinearSmoother
Set the target value and return the next sample.
struct
LinearSmoother
(T)
nothrow @
nogc
T
nextSample
(
T
input
)
if
(
is
(
T
==
float
) ||
is
(
T
==
double
)
)
Meta
Source
See Implementation
dplug
dsp
smooth
LinearSmoother
functions
initialize
nextBuffer
nextSample
Set the target value and return the next sample.