the first FFT'ed buffer (this gets replaced by the output signal)
the second FFT'ed buffer
Abstract method which must be implemented by creating the actual UGens
during expansion.
A phase vocoder UGen that performs a complex multiplication of the two inputs. The formula is
(Re(A) * Re(B) - Im(A) * Im(B)) + i(Im(A) * Re(B) + Re(A) * Im(B)).the first FFT'ed buffer (this gets replaced by the output signal)
the second FFT'ed buffer