PV_ConformalMap:
Filter:
Classes | UGens > FFT

PV_ConformalMap : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object

Complex plane attack.
Source: FFT2.sc

Description

Applies the conformal mapping

to the phase vocoder bins z with a given by the real and imag inputs to the UGen.

Makes a transformation of the complex plane so the output is full of phase vocoder artifacts but may be musically fun. Usually keep

but you can of course try bigger values to make it really noisy.

should give back the input mostly unperturbed.

See http://mathworld.wolfram.com/ConformalMapping.html .

Class Methods

PV_ConformalMap.new(buffer, areal: 0.0, aimag: 0.0)

Arguments:

buffer

FFT buffer.

areal

Real part of a.

aimag

Imaginary part of a.

Inherited class methods

Instance Methods

Inherited instance methods

Examples