input data to pack. It should be a flat sequence containing interleaved magnitude and phase components of all bins in ascending order. E.g. [mag0, phase0, mag1, phase1, mag2, phase2, ... magN, phaseN]. This input is typically demand-rate.
index of lower bin
index of upper bin (inclusive)
if 1
, clears the buffer before packing the values,
setting its contents to zero.
if 1
, clears the buffer before packing the values,
setting its contents to zero.
index of lower bin
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
index of upper bin (inclusive)
input data to pack.
input data to pack. It should be a flat sequence containing interleaved magnitude and phase components of all bins in ascending order. E.g. [mag0, phase0, mag1, phase1, mag2, phase2, ... magN, phaseN]. This input is typically demand-rate.
A UGen that writes a complex input signal into an FFT buffer. The input is a sequence of interleaved magnitudes and phases. It is written to an FFT buffer ready for transforming it back into time-domain audio using IFFT.
input data to pack. It should be a flat sequence containing interleaved magnitude and phase components of all bins in ascending order. E.g. [mag0, phase0, mag1, phase1, mag2, phase2, ... magN, phaseN]. This input is typically demand-rate.
index of lower bin
index of upper bin (inclusive)
if
1
, clears the buffer before packing the values, setting its contents to zero.SetBuf
IFFT
FFT
Unpack1FFT