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

HOAEncLebedev26 : Object
ExtensionExtension

Mirroring of a higher order Ambisonics sound field

Description

This PseudoUgen encodes microphone signals from a Lebedev 26 grid into the b-format.

Class Methods

HOAEncLebedev26.loadRadialFilters(server)

load the radial filters to the server.

Arguments:

server

the server, where the filetrs are loaded, typically s.

Returns:

the object.

HOAEncLebedev26.radialFilters

an array of Buffers for the radial filters.

Returns:

an array

HOAEncLebedev26.ar(order, in, gain: 0, filters: 1)

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

Arguments:

order

Ambisonics order 1-3.

in

microphone signals 26 channel array.

gain

b-format gain

filters

0 to 1 whether or not to apply the radial filters.

Returns:

returns the b-format.

Inherited class methods

Undocumented class methods

HOAEncLebedev26.doOnServerQuit(server)

HOAEncLebedev26.freeRadialFilters

HOAEncLebedev26.grid

HOAEncLebedev26.grid = value

Instance Methods

Inherited instance methods

Examples