DemoNoise

Makes a periodic noise for plugins demos. Simply multiply you signal to footprint by the next() sample.

Members

Functions

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

Variables

NOISE_DURATION
enum int NOISE_DURATION;
Undocumented in source.
PERIOD
enum int PERIOD;
Undocumented in source.

Meta