Sound Design Toolkit  075
Physically informed sound synthesis for everyday sounds
SDTOscillators.h File Reference

Go to the source code of this file.

Typedefs

typedef struct SDTPinkNoise SDTPinkNoise
 Opaque data structure for a pink noise generator.
 

Functions

SDTPinkNoiseSDTPinkNoise_new (int nOctaves)
 Object constructor. More...
 
void SDTPinkNoise_free (SDTPinkNoise *x)
 Object destructor. More...
 
double SDTPinkNoise_dsp (SDTPinkNoise *x)
 Signal processing routine. Call this function at sample rate to generate pink noise.
 
double SDT_whiteNoise ()
 Signal processing routine. Call this function at sample rate to generate white noise.