PV_NoiseSynthF:
Filter:
Classes (extension) | Libraries > JoshUGens | UGens > FFT

PV_NoiseSynthF : PV_NoiseSynthP : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object
ExtensionExtension

Return only bins that are unstable
Source: JoshPV.sc

Description

PV_NoiseSynthF and PV_PartialSynthF base these decisions on whether or not freq data across numFrames is within a given threshold

PV_NoiseSynthF(buffer, threshold, numFrames)

Class Methods

PV_NoiseSynthF.new(buffer, threshold: 0.1, numFrames: 2, initflag: 0)

From superclass: PV_NoiseSynthP

Arguments:

buffer

The FFT buffer.

threshold

A phase value (in radians) with which to allow values to pass through or be zeroed out.

numFrames

The number of FFT frames needed to make the above decision.

initflag

If 0, all bins are zeroed out while the initial is calculated. If 1, all bins pass through.

Inherited class methods

Instance Methods

Inherited instance methods

Examples