#include <Generator.h>
Public Methods | |
PinkNoiseOsc () | |
float | generate () |
generate wave data... More... | |
void | reset () |
reset the waveform phase at 0. More... | |
unsigned int | samplesPerOsc () |
get the number of samples for a single oscillation. More... | |
void | setFreq (float freqHz) |
set the osc frequency in hz (cycles per sec) NOTE: unused in all noise functions... More... | |
void | setSampRate (float samplingRateHz) |
set the sampling rate of the generated wave. More... |
Definition at line 356 of file Generator.h.
|
Definition at line 359 of file Generator.h. |
|
generate wave data...
Definition at line 368 of file Generator.h. |
|
reset the waveform phase at 0.
Definition at line 407 of file Generator.h. Referenced by PinkNoiseOsc().
|
|
get the number of samples for a single oscillation. this tells you how many samples before the osc repeats. useful for filling a wavetable so that it can repeat without pops. NOTE: for noise, this number is arbitrarilly chosen. Definition at line 418 of file Generator.h. |
|
set the osc frequency in hz (cycles per sec) NOTE: unused in all noise functions...
Definition at line 427 of file Generator.h. |
|
set the sampling rate of the generated wave. samples per sec. NOTE: unused in all noise functions... Definition at line 433 of file Generator.h. |