PV_MagClip:
Filter:
Classes | UGens > FFT

PV_MagClip : PV_MagAbove : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Clip bins to a threshold.
Source: FFT.sc

Description

Clips bin magnitudes to a maximum threshold.

Class Methods

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