|
DaisySP
|
Fractal Noise, stacks octaves of a noise source. More...
#include <fractal_noise.h>
Public Member Functions | |
| void | Init (float sample_rate) |
| float | Process () |
| void | SetFreq (float freq) |
| void | SetColor (float color) |
Fractal Noise, stacks octaves of a noise source.
|
inline |
Initialize the module
| sample_rate | Audio engine sample rate. |
|
inline |
Get the next sample.
|
inline |
Sets the amount of high frequency noise. ** Works 0-1. 1 is the brightest, and 0 is the darkest.
|
inline |
Set the lowest noise frequency.
| freq | Frequency of the lowest noise source in Hz. |