dplug v4.2.2 (2017-05-30T16:49:02Z)
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
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
resize
sampleFull
sampleHermite
sampleLinear
sampleSpline3
sampleSpline4
postblits
this(this)
Random access sampling of the delay-line with a 3rd order polynomial.