DaisySP
|
#include <whitenoise.h>
Public Member Functions | |
void | Init () |
void | SetAmp (float a) |
float | Process () |
void | SetSeed (int32_t s) |
fast white noise generator
I think this came from musicdsp.org at some point
|
inline |
Initializes the WhiteNoise object
|
inline |
returns a new sample of noise in the range of -amp_ to amp_
|
inline |
sets the amplitude of the noise output
|
inline |
sets the seed (and corrects a seed of 0 to 1)