Classes | UGens > FFT

PV_BrickWall : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Zero bins.
Source: FFT.sc

Description

Clears bins above or below a cutoff point.

Class Methods

PV_BrickWall.new(buffer, wipe: 0.0)

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

7 methods from UGen ► show
6 methods from Object ► show

Instance Methods

Inherited instance methods

4 methods from PV_ChainUGen ► show
2 methods from WidthFirstUGen ► show
92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples