dplug.dsp.noise

Various noise sources.

Members

Structs

DemoNoise
struct DemoNoise(T)

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

Perlin1D
struct Perlin1D(T)

1D perlin noise octave. Is useful to slightly move parameters over time.

PinkNoise
struct PinkNoise(T)

Pink noise class using the autocorrelated generator method. Method proposed and described by Larry Trammell "the RidgeRat" -- see http://home.earthlink.net/~ltrammell/tech/newpink.htm There are no restrictions.

WhiteNoise
struct WhiteNoise(T)

Generates white gaussian noise.

Meta

Authors

Guillaume Piolat