daisysp::WhiteNoise¶
#include <whitenoise.h>
Public Functions¶
Name | |
---|---|
WhiteNoise() | |
~WhiteNoise() | |
void | Init() |
void | SetAmp(float a) |
float | Process() |
void | SetSeed(int32_t s) |
Detailed Description¶
fast white noise generator
I think this came from musicdsp.org at some point
Public Functions Documentation¶
function WhiteNoise¶
function ~WhiteNoise¶
function Init¶
Initializes the WhiteNoise object
function SetAmp¶
sets the amplitude of the noise output
function Process¶
returns a new sample of noise in the range of -amp_ to amp_
function SetSeed¶
sets the seed (and corrects a seed of 0 to 1)
---¶
Updated on 2024-01-03 at 19:38:46 +0000