ModDelay

General purpose class for Modulated Delay effects. This class is used with contraints on depth, offset, mix, and feedback to create other effects. (Flanger, Chorus, Tremolo, etc)

Constructors

this
this()
Undocumented in source.

Members

Functions

calcDelayOffset
float calcDelayOffset(float lfoValue)
Undocumented in source. Be warned that the author may not have intended to support it.
getNextSample
T getNextSample(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
setDelayRange
void setDelayRange(float minDelay, float maxDelay)

Must be set before processing audio

setParams
void setParams(float rate, float depth, float mix, float feedback, int offset, int modType)
Undocumented in source. Be warned that the author may not have intended to support it.
setSampleRate
void setSampleRate(float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta