...
The delay time is determined by the value on the first input pin times the .modDepth parameter. In normal use, the delay input variable is in the range [0 1] while .modDepth is set to maxDelay. The delay time is updated every samples.
See also the allpass_delayi_module.m AllpassDelayi for similar functionality but with linear interpolation.
...
Code Block |
---|
M=allpass_delayci_module(NAME, MAXDELAY)
Creates a fractional sample allpass delay for use in the Audio Weaver. Arguments:
Arguments:
NAME - name of the module.
MAXDELAY - Maximum delay, in samples. |
...