hsc3-0.2: Help/UGen/FFT/convolution.help.lhs
convolution in kernel frameSize
Strict convolution of two continuously changing inputs. Also see
[Convolution2] for a cheaper CPU cost alternative for the case of a
fixed kernel which can be changed with a trigger message.
in - processing target
kernel - processing kernel.
framesize - size of FFT frame, must be a power of two
> do { k <- whiteNoise AR
> ; let i = in' 2 AR numOutputBuses
> in audition (out 0 (convolution i k 2048 * 0.1)) }