2 summary:: Time based convolver.
3 related:: Classes/Convolution, Classes/Convolution2, Classes/Convolution2L
4 categories:: UGens>FFT, UGens>Convolution
7 Strict convolution with fixed kernel which can be updated using a trigger signal. The convolution is performed in the time domain, which is highly inefficient, and probably only useful for either very short kernel sizes, or for control rate signals.
9 See link::Classes/Convolution2:: and link::Classes/Convolution2L:: for more efficient convolution UGens.
20 buffer index for the fixed kernel, may be modulated in combination with the trigger
23 update the kernel on a change from <=0 to >0
26 size of FFT frame, does not have to be a power of two.