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

PV_MagMap : PV_ChainUGen : WidthFirstUGen : UGen : AbstractFunction : Object
ExtensionExtension

Remap magnitudes to a new mag curve
Source: JoshPV.sc

Description

A curve of Env([0, 1], [1]) will output the input. A curve of Env([1, 0], [1]) will output the inverse magnitudes (loud partials are quiet, quiet partials are loud... and so on. The Env times don't have to equal 1 (they are scaled internally to 1 no matter what).

Class Methods

PV_MagMap.new(buffer, mapbuf)

Arguments:

buffer

An FFT buffer.

mapbuf

A signal buffer.

Inherited class methods

Instance Methods

Inherited instance methods

Examples