DemoNoise

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

struct DemoNoise (
T
) if (
is(T == float) ||
is(T == double)
) {
enum int PERIOD;
enum int NOISE_DURATION;
}

Meta