Basic soundfield alterers, shapers and modifiers, all work from 1st to 5th order.
BFormat gain adjustment, allows easy management and mixing of BFormat streams.
OrderGainN()
Default constructor for OrderGainN.
OrderGainN(float gain)
Set gain via constructor.
void volume(float gain)
Set gain.
float volume()
Get gain.
void weights(float[] weights)
Set weighting.
float[] weights()
Get current weighting scheme.
[ top ]
A utility UGen for mirroring ambisonic fields across the cartesian axes.
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.
int mode()
Get current mode.
void mode(int newmode)
Set mode.
[ top ]