DecodeB2:
Filter:
Classes | UGens > Multichannel > Ambisonics

DecodeB2 : MultiOutUGen : UGen : AbstractFunction : Object

2D Ambisonic B-format decoder.
Source: Pan.sc

Description

Decode a two dimensional ambisonic B-format signal to a set of speakers in a regular polygon. The outputs will be in clockwise order. The position of the first speaker is either center or left of center.

Class Methods

DecodeB2.ar(numChans, w, x, y, orientation: 0.5)

DecodeB2.kr(numChans, w, x, y, orientation: 0.5)

Arguments:

numChans

Number of output speakers. Typically 4 to 8.

w

The B-format signal.

x

The B-format signal.

y

The B-format signal.

orientation

Should be zero if the front is a vertex of the polygon. The first speaker will be directly in front. Should be 0.5 if the front bisects a side of the polygon. Then the first speaker will be the one left of center.

Returns:

An array of channels, one for each speaker.

Inherited class methods

Instance Methods

Inherited instance methods

Examples