EnvelopeFollower

Simple envelope follower, filters the envelope with 24db/oct lowpass.

Members

Functions

initialize
void initialize(float cutoffInHz, float samplerate)
Undocumented in source. Be warned that the author may not have intended to support it.
nextBuffer
void nextBuffer(const(T)* input, T* output, int frames)
Undocumented in source. Be warned that the author may not have intended to support it.
nextSample
T nextSample(T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta