dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
IIRDelay.nextSample
dplug
dsp
iir
IIRDelay
Undocumented in source. Be warned that the author may not have intended to support it.
struct
IIRDelay
(T, int order)
nothrow @
nogc
static if
(
order == 2
)
T
nextSample
(
T
input
,
const
(
coeff_t
)
coeff
)
Meta
Source
See Implementation
dplug
dsp
iir
IIRDelay
aliases
coeff_t
delay_t
functions
initialize
nextBuffer
nextSample
variables
x
y