PanX:
Filter:
sc3-plugins/Classes (extension) | Libraries > JoshUGens | UGens > Multichannel > Panners

PanX
ExtensionExtension

Equal power pan across an array of speakers
 

Description

Multichannel equal power panner.

Class Methods

.kr

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.

.ar

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.

Instance Methods

.init

Examples