PV_MagShift:
Filter:
Classes | UGens > FFT

PV_MagShift : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

shift and stretch magnitude bin position.
Source: FFT.sc

Description

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

Class Methods

PV_MagShift.new(buffer, stretch: 1.0, shift: 0.0)

Arguments:

buffer

FFT buffer.

stretch

Scale bin location by factor.

shift

Add an offset to bin position.

Inherited class methods

Instance Methods

Inherited instance methods

Examples