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

7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

4 methods from PV_ChainUGen ► show
2 methods from WidthFirstUGen ► show
93 methods from UGen ► show
159 methods from AbstractFunction ► show
266 methods from Object ► show

Examples