PV_BinWipe:
Filter:
Classes | UGens > FFT

PV_BinWipe : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Combine low and high bins from two inputs.
Source: FFT.sc

Description

Copies low bins from one input and the high bins of the other.

Class Methods

PV_BinWipe.new(bufferA, bufferB, wipe: 0.0)

Arguments:

bufferA

FFT buffer A.

bufferB

FFT buffer B.

wipe

Can range between -1 and +1.

If wipe == 0, then the output is the same as bufferA .

If wipe > 0, then it begins replacing with bins from bufferB from the bottom up.

If wipe < 0, then it begins replacing with bins from bufferB from the top down.

Inherited class methods

Instance Methods

Inherited instance methods

Examples