MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin::dsp::DelayLine< SampleType, InterpolationType > Member List

This is the complete list of members for marvin::dsp::DelayLine< SampleType, InterpolationType >, including all inherited members.

DelayLine()marvin::dsp::DelayLine< SampleType, InterpolationType >
DelayLine(int maximumDelayInSamples)marvin::dsp::DelayLine< SampleType, InterpolationType >explicit
getDelay() const noexceptmarvin::dsp::DelayLine< SampleType, InterpolationType >
getMaximumDelayInSamples() const noexceptmarvin::dsp::DelayLine< SampleType, InterpolationType >
getReadPos() const noexceptmarvin::dsp::DelayLine< SampleType, InterpolationType >
getWritePos() const noexceptmarvin::dsp::DelayLine< SampleType, InterpolationType >
initialise(double sampleRate)marvin::dsp::DelayLine< SampleType, InterpolationType >
popSample(SampleType delayInSamples=-1, bool updateReadPointer=true)marvin::dsp::DelayLine< SampleType, InterpolationType >
pushSample(SampleType sample)marvin::dsp::DelayLine< SampleType, InterpolationType >
reset()marvin::dsp::DelayLine< SampleType, InterpolationType >
setDelay(SampleType newDelayInSamples)marvin::dsp::DelayLine< SampleType, InterpolationType >
setMaximumDelayInSamples(int maxDelayInSamples)marvin::dsp::DelayLine< SampleType, InterpolationType >