PV_MagGate:
Filter:
Classes (extension) | UGens > FFT

PV_MagGate : UGen : AbstractFunction : Object
ExtensionExtension

reduces magnitudes above or below thresh
Source: bhobFFT.sc

Description

For positive values of thresh, acts something like a noise reduction. For negative values, highlights smaller sounds.

Class Methods

PV_MagGate.new(buffer, thresh: 1.0, remove: 0.0)

Arguments:

buffer

fft buffer

thresh

if positive, scales magnitudes below thresh. if negative scales magnitudes above abs(thresh)

remove

amount to scale magnitudes.

Inherited class methods

Instance Methods

Inherited instance methods

Examples