Simple delay processor.
More...
List of all members.
Detailed Description
template<class SampleType, Interp::TypeCode InterpTypeCode>
class DelayUnit< SampleType, InterpTypeCode >
Simple delay processor.
- Factory functions:
- ar (input, duration=0.5, maximumDuration=1, mul=1, add=0, preferredBlockSize=default, preferredSampleRate=default)
- Inputs:
- input: (unit, multi) the unit to which delay is applied
- duration: (unit, multi) the delay duration in seconds
- maximumDuration: (real) the maximum delay time in seconds (this can be equal to duration if duration is a constant)
- mul: (unit, multi) the multiplier applied to the output
- add: (unit, multi) the offset aded to the output
- preferredBlockSize: the preferred output block size (for advanced usage, leave on default if unsure)
- preferredSampleRate: the preferred output sample rate (for advanced usage, leave on default if unsure)
The documentation for this class was generated from the following file: