![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
A white noise generator. More...
Static Public Member Functions | |
| static UnitType | ar (UnitType const &mul=SampleType(1), UnitType const &add=SampleType(0), BlockSize const &preferredBlockSize=BlockSize::getDefault(), SampleRate const &preferredSampleRate=SampleRate::getDefault()) throw () |
| Create an audio rate white noise generator. | |
| static UnitType | kr (UnitType const &mul=SampleType(1), UnitType const &add=SampleType(0)) throw () |
| Create a control rate white noise generator. | |
A white noise generator.
| static UnitType WhiteNoiseUnit< SampleType >::ar | ( | UnitType const & | mul = SampleType (1), |
| UnitType const & | add = SampleType (0), |
||
| BlockSize const & | preferredBlockSize = BlockSize::getDefault(), |
||
| SampleRate const & | preferredSampleRate = SampleRate::getDefault() |
||
| ) | throw () [inline, static] |
Create an audio rate white noise generator.
| static UnitType WhiteNoiseUnit< SampleType >::kr | ( | UnitType const & | mul = SampleType (1), |
| UnitType const & | add = SampleType (0) |
||
| ) | throw () [inline, static] |
Create a control rate white noise generator.
1.7.4