PV_SoftWipe:
Filter:
sc3-plugins/Classes (extension) | UGens > FFT

PV_SoftWipe
ExtensionExtension

combine low and high bins from two inputs with interpolation

Description

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

Class Methods

.new

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.

Examples