6 #ifndef SDT_OSCILLATORS_H
7 #define SDT_OSCILLATORS_H
double SDT_whiteNoise()
Signal processing routine. Call this function at sample rate to generate white noise.
void SDTPinkNoise_free(SDTPinkNoise *x)
Object destructor.
double SDTPinkNoise_dsp(SDTPinkNoise *x)
Signal processing routine. Call this function at sample rate to generate pink noise.
struct SDTPinkNoise SDTPinkNoise
Opaque data structure for a pink noise generator.
Definition: SDTOscillators.h:14
SDTPinkNoise * SDTPinkNoise_new(int nOctaves)
Object constructor.