PV_MagAbove:
Filter:
Classes | UGens > FFT

PV_MagAbove : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Pass bins above a threshold.
Source: FFT.sc

Description

Passes only bins whose magnitude is above a threshold.

Class Methods

PV_MagAbove.new(buffer, threshold: 0.0)

Arguments:

buffer

FFT buffer.

threshold

Magnitude threshold.

Inherited class methods

Instance Methods

Inherited instance methods

Examples