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

PV_Cutoff : PV_SoftWipe : UGen : AbstractFunction : Object
ExtensionExtension

zero bins with interpolation
Source: bhobFFT.sc

Description

Clears bins above or below a cutoff point. Interpolate.

Class Methods

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

From superclass: PV_SoftWipe

Arguments:

buffer

fft buffer

wipe

can range between -1 and +1. if wipe == 0 then there is no effect. if wipe > 0 then it acts like a high pass filter, clearing bins from the bottom up. if wipe < 0 then it acts like a low pass filter, clearing bins from the top down.

Inherited class methods

Instance Methods

Inherited instance methods

Examples