PanX:
Filter:
Classes (extension) | Libraries > JoshUGens | UGens > Multichannel > Panners

PanX : MultiOutUGen : UGen : AbstractFunction : Object
ExtensionExtension

Equal power pan across an array of speakers
Source: PanX.sc
 

Description

Multichannel equal power panner.

Class Methods

PanX.kr(numChans, in, pos: 0.0, level: 1.0, width: 2.0)

Arguments:

numChans

Number of output channels.

in

Input signal.

pos

A value between 0 and 1. 0 is first speaker, 1 is the last. Values < 0 fade out sound from the first speakers, and values > 1 fade out sound from the last speakers. Sound does NOT wrap.

level

A control rate level input.

width

The width of the panning envelope. Nominally this is 2.0 which pans between pairs of adjacent speakers. Width values greater than two will spread the pan over greater numbers of speakers. Width values less than one will leave silent gaps between speakers.

PanX.ar(numChans, in, pos: 0.0, level: 1.0, width: 2.0)

Arguments:

numChans

Number of output channels.

in

Input signal.

pos

A value between 0 and 1. 0 is first speaker, 1 is the last. Values < 0 fade out sound from the first speakers, and values > 1 fade out sound from the last speakers. Sound does NOT wrap.

level

A control rate level input.

width

The width of the panning envelope. Nominally this is 2.0 which pans between pairs of adjacent speakers. Width values greater than two will spread the pan over greater numbers of speakers. Width values less than one will leave silent gaps between speakers.

Inherited class methods

Instance Methods

.init(numChans ... theInputs)

Inherited instance methods

Examples