Perlin1D

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

Members

Functions

initialize
void initialize(double frequency, double 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.

Meta