FFTTrigger:
Filter:
Classes | UGens > FFT

FFTTrigger : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Outputs the necessary signal for FFT chains, without doing an FFT on a signal
Source: FFT.sc

Class Methods

FFTTrigger.new(buffer, hop: 0.5, polar: 0.0)

Arguments:

buffer

a buffer to condition for FFT use

hop

the hop size for timing triggers (defaults to 0.5)

polar

a flag. If 0.0, the buffer will be prepared for complex data, if > 0.0, polar data is set up.

Inherited class methods

Instance Methods

Inherited instance methods

Examples