BFEncode1:
Filter:
Classes (extension) | Libraries > JoshUGens | UGens > Multichannel > Ambisonics

BFEncode1 : BFPanner : MultiOutUGen : UGen : AbstractFunction : Object
ExtensionExtension

Ambisonic B format encoder
 

Description

NOTE: Output channels are in order W,X,Y,Z.

Class Methods

BFEncode1.ar(in, azimuth: 0, elevation: 0, rho: 1, gain: 1, wComp: 0)

Arguments:

in

Input signal.

azimuth

In radians, -pi to pi.

elevation

In radians, -0.5pi to +0.5pi.

rho

The speaker radius (1 places shound at the radius, <1 within the radius, >1 is outside the radius) beyond the radius, a distance scaling is applied (no filtering is done).

gain

A control rate level input.

wComp

Chooses how the W channels is scaled. If 0, a scaler of 0.707 is used. If 1, W is varied according to the scaling of the X, Y and Z channels. 0 is the default.

Inherited class methods

Instance Methods

.checkInputs

.init( ... theInputs)

Inherited instance methods

Examples