Class daisysp::WhiteNoise¶
ClassList > daisysp > WhiteNoise
#include <whitenoise.h>
Public Functions¶
| Type | Name |
|---|---|
| void | Init () |
| float | Process () |
| void | SetAmp (float a) |
| void | SetSeed (int32_t s) |
| WhiteNoise () |
|
| ~WhiteNoise () |
Detailed Description¶
fast white noise generator
I think this came from musicdsp.org at some point
Public Functions Documentation¶
function Init¶
Initializes the WhiteNoise object
function Process¶
returns a new sample of noise in the range of -amp_ to amp_
function SetAmp¶
sets the amplitude of the noise output
function SetSeed¶
sets the seed (and corrects a seed of 0 to 1)
function WhiteNoise¶
function ~WhiteNoise¶
The documentation for this class was generated from the following file external-docs/DaisySP/Source/Noise/whitenoise.h