Output /output/{i}
The root OSC message for controlling an Output is /output/{index}, where {index} is an integer starting from 1. To control any of the parameters listed below, you need to append the parameter name to the output target address.
For example:
/output/1/name "Speaker L"- Sets the name of output 1
General Parameters
| Parameter | Arguments | Scale | Unit | Comments | Settable |
|---|---|---|---|---|---|
| /name | string | -- | -- | -- | ✓ |
| /color | [decimal, decimal, decimal, decimal] | 0, 1 | -- | -- | ✓ |
| /lock | boolean | -- | -- | -- | ✓ |
Other Parameters
Equalizer /master
OSC address naming inconsistency
The OSC address for output equalizer is currently in /master/channel/{i}/equalizer/... format.
It will be changed in a future release to be in /output/{i}/equalizer/... format.
| Parameter | Arguments | Scale | Unit | Comments | Settable |
|---|---|---|---|---|---|
| /channel/{i}/equalizer/bypass | boolean | -- | -- | -- | ✓ |
| /channel/{i}/equalizer/gain | decimal | -20, 20 | dB | -- | ✓ |
| /channel/{i}/equalizer/filter/{i}/active | boolean | -- | -- | -- | ✓ |
| /channel/{i}/equalizer/filter/{i}/freq | decimal | 30, 22000 | Hz | -- | ✓ |
| /channel/{i}/equalizer/filter/{i}/order | decimal | 2, 20 | -- | -- | ✓ |
| /channel/{i}/equalizer/filter/{i}/gain | decimal | -30, 30 | dB | -- | ✓ |
| /channel/{i}/equalizer/filter/{i}/q | decimal | 0.25, 100 | -- | -- | ✓ |
| /channel/{i}/delay | decimal | -- | -- | -- | ✓ |