HOAmbiPanner:
Filter:
Classes (extension) | Libraries > HOA

HOAmbiPanner : Object
ExtensionExtension

Light wheight, plane wave alternative to HOAEcoder

Description

HOAmbiPanner pans mono sound sources in a higher order Ambisonics sound field.

Adapted from https://bitbucket.org/ambidecodertoolbox/adt/src/b6c8c11dc421e7b6a1261b03872788bbd7a8fee7/faust/ambi_panner_ambix_o5.dsp?at=master&fileviewer=file-view-defaultthe Faust encoder provided by Aaron Heller's ambidecodertoolbox https://bitbucket.org/ambidecodertoolbox/adt.gitotherwise used for creating higher order Ambisonic decoders. SC-HOA provides the HOAAmbiDecoderHelper class for creaing encoders using ambidecodertoolbox

Class Methods

HOAmbiPanner.ar(order: 1, in, az: 0, elev: 0, gain: 0)

pseudo Ugen method returning Ugens based on Ambisonics order provided through the first argument.

Arguments:

order

Ambisonics order 1-5.

in

b-format as channel array.

az

azimuth in degree -pi to pi.

elev

elevation in degree -pi/2 to pi/2

gain

in dB

Returns:

returns encoded HOA scene (4,9,16,25,36 channels depending on the order argument).

Inherited class methods

Instance Methods

Inherited instance methods

Examples