![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
A comb filter setting the feedback amount directly. More...
Static Public Member Functions | |
| static UnitType | ar (UnitType const &input, DurationUnitType const &duration=DurationType(0.5), FeedbackUnitType const &feedback=FeedbackType(0.5), const DurationType maximumDuration=DurationType(1.0), 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 comb filter. | |
A comb filter setting the feedback amount directly.
| static UnitType CombFBUnit< SampleType, InterpTypeCode >::ar | ( | UnitType const & | input, |
| DurationUnitType const & | duration = DurationType (0.5), |
||
| FeedbackUnitType const & | feedback = FeedbackType (0.5), |
||
| const DurationType | maximumDuration = DurationType (1.0), |
||
| 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 comb filter.
1.7.4