![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
An impulse generator. More...
Static Public Member Functions | |
| static UnitType | ar (FrequencyUnitType const &frequency=FrequencyType(440), 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 impulse oscillator. | |
| static UnitType | kr (FrequencyUnitType const &frequency, UnitType const &mul=SampleType(1), UnitType const &add=SampleType(0)) throw () |
| Create a control rate impulse oscillator. | |
An impulse generator.
| static UnitType ImpulseUnit< SampleType >::ar | ( | FrequencyUnitType const & | frequency = FrequencyType (440), |
| 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 impulse oscillator.
| static UnitType ImpulseUnit< SampleType >::kr | ( | FrequencyUnitType const & | frequency, |
| UnitType const & | mul = SampleType (1), |
||
| UnitType const & | add = SampleType (0) |
||
| ) | throw () [inline, static] |
Create a control rate impulse oscillator.
1.7.4