flanger
A user controlled flanger.
Syntax
Initialization
imaxd(optional) -- maximum delay in seconds (needed for inital memory allocation)
Performance
asig -- input signal
adel -- delay in seconds
kfeedback -- feedback amount (in normal tasks this should not exceed 1, even if bigger values are allowed)
This unit is useful for generating choruses and flangers. The delay must be varied at a-rate, for example by connecting adel to an oscillator output. The feedback can vary at k-rate. This opcode is implemented to allow kr different than sr (else delay could not be lower than ksmps) enhancing realtime performance. This unit is very similar to wguide1, the only difference is flanger does not have the lowpass filter or the requirement that the delay be varied at a-rate.
Examples
Here is an example of the flanger opcode. It uses the file flanger.csd.
See also
More information on flanging on Wikipedia: http://en.wikipedia.org/wiki/Flanger
Credits
Author: Gabriel Maldonado
Italy
New in Csound version 3.49