Minim
core
ugens
analysis
 
Name inverse
Examples
None available
Description Performs an inverse transform of the frequency spectrum and places the result in buffer.
Syntax
inverse(buffer);
inverse(freqReal, freqImag, buffer);
Parameters
buffer   the buffer to place the result of the inverse transform in
freqReal   the real part of the frequency spectrum
freqImag   the imaginary part the frequency spectrum
buffer   the buffer to place the inverse transform in
Returns None
Usage Web & Application
Related