PV_BinShift:
Filter:
Classes | UGens > FFT

PV_BinShift : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Shift and stretch bin position.
Source: FFT.sc

Description

Shift and scale the positions of the bins. Can be used as a very crude frequency shifter/scaler.

Class Methods

PV_BinShift.new(buffer, stretch: 1.0, shift: 0.0, interp: 0)

Arguments:

buffer

FFT buffer.

stretch

Scale bin location by factor.

shift

Add an offset to bin position.

interp

Set to 0 (default) for no interpolation, or 1 to linear-interpolate between bins.

Inherited class methods

Instance Methods

Inherited instance methods

Examples