dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
IIRDelay.nextBuffer
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
)
void
nextBuffer
(
const
(
T
)*
input
,
T
*
output
,
int
frames
,
const
(
coeff_t
)
coeff
)
Meta
Source
See Implementation
dplug
dsp
iir
IIRDelay
aliases
coeff_t
delay_t
functions
initialize
nextBuffer
nextSample
variables
x
y