PV_SoftWipe:
Filter:
Classes (extension) | UGens > FFT

PV_SoftWipe : UGen : AbstractFunction : Object
ExtensionExtension

combine low and high bins from two inputs with interpolation
Source: bhobFFT.sc
Subclasses: PV_Cutoff

Description

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

Class Methods

PV_SoftWipe.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 inA. if wipe > 0 then it begins replacing with bins from inB from the bottom up. if wipe < 0 then it begins replacing with bins from inB from the top down.

Inherited class methods

Instance Methods

Inherited instance methods

Examples