/  Encoders and Converters

Encode1

ABFormat

BAFormat

Ambisonic virtual encoders and microphone utilities. Encoder works from 1st to 5th order.

Encode1

inherits : UGen : Object

A first order ambisonic virtual source encoder.

constructors

Encode1()

Default constructor for Encode1.

member functions

float azi()

Get last given azimuth.

float azi(float azimuth)

Set azimuth.

void pos(float azimuth, float zenith)

Set azimuth and zenith of encoder virtual source.

float sh(int n)

Get nth spherical harmonic currently being used.

void sh(float[] coordinates)

Set 1D array of all spherical harmonics currently being used.

void sh(float value, int n)

Set nth spherical harmonic to be used.

float[] sh()

Get 1D array of all spherical harmonics currently being used.

void weights(float[] weights)

Set 1D array of weighting for all spherical harmonics.

float[] weights()

Get 1D array of weighting for all spherical harmonics.

float zeni()

Get last given zenith.

float zeni(float zenith)

Set zenith.


ABFormat

inherits : UGen : Object

No description available

constructors

ABFormat()

Default constructor for ABFormat.


BAFormat

inherits : UGen : Object

A class for converting B-Format ambisonics signals to A-Format ambisonic signals.

constructors

BAFormat()

Default constructor for BAFormat.