PV_MagBelow:
Filter:
Classes | UGens > FFT

PV_MagBelow : PV_MagAbove : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Pass bins below a threshold.
Source: FFT.sc

Description

Passes only bins whose magnitude is below a threshold.

Class Methods

PV_MagBelow.new(buffer, threshold: 0.0)

From superclass: PV_MagAbove

Arguments:

buffer

FFT buffer.

threshold

Magnitude threshold.

Inherited class methods

Instance Methods

Inherited instance methods

Examples