Classes | UGens > FFT

PV_MagDiv : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Division of magnitudes
Source: FFT.sc

Description

Divides magnitudes of two inputs and keeps the phases of the first input.

Class Methods

PV_MagDiv.new(bufferA, bufferB, zeroed: 0.0001)

Arguments:

bufferA

fft buffer A.

bufferB

fft buffer B.

zeroed

number to use when bins are zeroed out, i.e. causing division by zero (defaults to 0.0001)

Inherited class methods

7 methods from UGen ► show
6 methods from Object ► show

Instance Methods

Inherited instance methods

4 methods from PV_ChainUGen ► show
2 methods from WidthFirstUGen ► show
92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples