PV_LocalMax:
Filter:
Classes | UGens > FFT

PV_LocalMax : PV_MagAbove : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Pass bins which are a local maximum.
Source: FFT.sc

Description

Passes only bins whose magnitude is above a threshold and above their nearest neighbors.

Class Methods

PV_LocalMax.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