#include <Noise.h>

Public Member Functions | |
| WhiteNoise () | |
| Constructors. | |
| WhiteNoise (double ampl, double offset=0.0) | |
| WhiteNoise (int seed, double ampl=1.0, double offset=0.0) | |
| ~WhiteNoise () | |
| void | nextBuffer (Buffer &outputBuffer, unsigned outBufNum) throw (CException) |
| Destructor. | |
| csl::WhiteNoise::WhiteNoise | ( | ) | [inline] |
Constructors.
| csl::WhiteNoise::WhiteNoise | ( | double | ampl, | |
| double | offset = 0.0 | |||
| ) | [inline] |
| csl::WhiteNoise::WhiteNoise | ( | int | seed, | |
| double | ampl = 1.0, |
|||
| double | offset = 0.0 | |||
| ) | [inline] |
| csl::WhiteNoise::~WhiteNoise | ( | ) | [inline] |
| void WhiteNoise::nextBuffer | ( | Buffer & | outputBuffer, | |
| unsigned | outBufNum | |||
| ) | throw (CException) [virtual] |
Destructor.
the noise generator DSP function
White noise -- equal power per frequency
Reimplemented from csl::UnitGenerator.
References DECLARE_SCALABLE_CONTROLS, LOAD_SCALABLE_CONTROLS, csl::logMsg(), and UPDATE_SCALABLE_CONTROLS.
Referenced by csl::KarplusString::trigger().
1.5.8