HoaDecodeMatrix:
Filter:
Classes (extension) | Libraries > Ambisonic Toolkit > UGens > HOA > Decoder | UGens > Multichannel > Ambisonics

HoaDecodeMatrix : HoaRenderMatrix : HoaUGen : Object
ExtensionExtension

Matrix renderer from the Ambisonic Toolkit (ATK)
Source: HoaUGen.sc

Description

Decode (render) a Higher Order Ambisonic signal (HOA) via an HoaMatrixDecoder.

Class Methods

HoaDecodeMatrix.ar(in, hoaMatrix)

From superclass: HoaRenderMatrix

Arguments:

in

The input signal, an array.

hoaMatrix

An instance of HoaMatrixDecoder.

Discussion:

Signals are decoded from the reference radius.

Inherited class methods

Instance Methods

Inherited instance methods

Examples

Decode single beam

This example is equivalent to decoding via HoaDecodeDirection, where radius = AtkHoa.refRadius.

Encode six sinusoids on the axes, then decode a single beam.

Decode multiple beams

This example is equivalent to decoding via HoaDecodeDirection, where radius = AtkHoa.refRadius.

Encode six sinusoids on the axes, then decode six beams.