PV_CopyPhase:
Filter:
Classes | UGens > FFT

PV_CopyPhase : PV_MagMul : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Copy magnitudes and phases.
Source: FFT.sc

Description

Combines magnitudes of first input and phases of the second input.

Class Methods

PV_CopyPhase.new(bufferA, bufferB)

From superclass: PV_MagMul

Arguments:

bufferA

FFT buffer A.

bufferB

FFT buffer B.

Inherited class methods

Instance Methods

Inherited instance methods

Examples