dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Delayline.sampleHermite
dplug
dsp
delayline
Delayline
Random access sampling of the delay-line with a 3rd order polynomial.
struct
Delayline
(T)
nothrow @
nogc
pure const
static if
(
is(T == float) || is(T == double)
)
T
sampleHermite
(
float
delay
)
Meta
Source
See Implementation
dplug
dsp
delayline
Delayline
destructors
~this
functions
feedBuffer
feedSample
initialize
nextBuffer
nextSample
readPointer
resize
sampleFull
sampleFullBuffer
sampleHermite
sampleLinear
sampleSpline3
sampleSpline4
postblits
this(this)
Random access sampling of the delay-line with a 3rd order polynomial.