SplayZ:
Filter:
Classes | UGens > Multichannel > Panners

SplayZ : Object

Spreads an array of channels across a ring of channels

Description

SplayZ spreads an array of channels across a ring of channels. Optional spread and center controls, and levelComp(ensation) (equal power). numChans and orientation are as in PanAz.

WARNING: ATTENTION - SplayZ is deprecated because its geometry is wrong. It is only kept for backwards compatibility - please adapt your patches to SplayAz! See SplayAz help file for the comparison in behavior.

Class Methods

SplayZ.ar(numChans: 4, inArray, spread: 1, level: 1, width: 2, center: 0.0, orientation: 0.5, levelComp: true)

Arguments:

numChans
inArray
spread
level
width
center
orientation
levelComp

SplayZ.arFill(numChans: 4, n, function, spread: 1, level: 1, width: 2, center: 0.0, orientation: 0.5, levelComp: true)

Arguments:

numChans
n
function
spread
level
width
center
orientation
levelComp

Inherited class methods

Instance Methods

Inherited instance methods

Examples