BiPanB2:
Filter:
Classes | UGens > Multichannel > Ambisonics

BiPanB2 : MultiOutUGen : UGen : AbstractFunction : Object

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

Description

Encode a two channel signal to two dimensional ambisonic B-format. This puts two channels at opposite poles of a 2D ambisonic field. This is one way to map a stereo sound onto a soundfield. It is equivalent to:

Class Methods

BiPanB2.ar(inA, inB, azimuth, gain: 1)

BiPanB2.kr(inA, inB, azimuth, gain: 1)

Arguments:

inA

Input signal A

inB

Input signal B.

azimuth

Position around the circle from -1 to +1.

-1 is behind, -0.5 is left, 0 is forward, +0.5 is right, +1 is behind.

gain

Amplitude control.

Inherited class methods

Instance Methods

Inherited instance methods

Examples