Classes | UGens > FFT

PV_MagMul : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Multiply magnitudes.
Source: FFT.sc

Description

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

Class Methods

PV_MagMul.new(bufferA, bufferB)

Arguments:

bufferA

FFT buffer A.

bufferB

FFT buffer B.

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