/  Soundfield Utilities

OrderGainN

MirrorN

Basic soundfield alterers, shapers and modifiers, all work from 1st to 5th order.

OrderGainN

inherits : UGen : Object

BFormat gain adjustment, allows easy management and mixing of BFormat streams.

constructors

OrderGainN()

Default constructor for OrderGainN.

OrderGainN(float gain)

Set gain via constructor.

member functions

void volume(float gain)

Set gain.

float volume()

Get gain.

void weights(float[] weights)

Set weighting.

float[] weights()

Get current weighting scheme.


MirrorN

inherits : UGen : Object

A utility UGen for mirroring ambisonic fields across the cartesian axes.

constructors

MirrorN()

Default constructor for MirrorN.

MirrorN(int mode)

Set mode with constructor, 0 reflects bottom to top, 1 reflects left to right, 2 reflects front to back.

member functions

int mode()

Get current mode.

void mode(int newmode)

Set mode.