PV_MagSmear:
Filter:
Classes | UGens > FFT

PV_MagSmear : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Average magnitudes across bins.
Source: FFT.sc

Description

Average a bin's magnitude with its neighbors.

Class Methods

PV_MagSmear.new(buffer, bins: 0.0)

Arguments:

buffer

FFT buffer.

bins

Number of bins to average on each side of bin. As this number rises, so will CPU usage.

Inherited class methods

Instance Methods

Inherited instance methods

Examples