![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
Trigger detects signal transitions from zero or less to greater than zero. More...
Static Public Member Functions | |
| static UnitType | ar (UnitType const &input, DurationUnitType const &duration=DurationType(0.005), BlockSize const &preferredBlockSize=BlockSize::getDefault(), SampleRate const &preferredSampleRate=SampleRate::getDefault()) throw () |
| Create an audio rate sample rate converter. | |
Trigger detects signal transitions from zero or less to greater than zero.
Trigger outputs 1 for the specified duration when the trigger is detected. Then goes back to 0.
| static UnitType TriggerUnit< SampleType >::ar | ( | UnitType const & | input, |
| DurationUnitType const & | duration = DurationType (0.005), |
||
| BlockSize const & | preferredBlockSize = BlockSize::getDefault(), |
||
| SampleRate const & | preferredSampleRate = SampleRate::getDefault() |
||
| ) | throw () [inline, static] |
Create an audio rate sample rate converter.
1.7.4