PV_BinScramble:
Filter:
Classes | UGens > FFT

PV_BinScramble : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Scramble bins.
Source: FFT.sc

Description

Randomizes the order of the bins. The trigger will select a new random ordering.

Class Methods

PV_BinScramble.new(buffer, wipe: 0.0, width: 0.2, trig: 0.0)

Arguments:

buffer

FFT buffer.

wipe

Scrambles more bins as wipe moves from 0 to 1.

width

A value from zero to one, indicating the maximum randomized distance of a bin from its original location in the spectrum.

trig

A trigger, that selects a new random ordering.

Inherited class methods

Instance Methods

Inherited instance methods

Examples