If this is true, the audio will bypass inserts. This is true automatically if both insert_output and insert_input are not connected.
| key | value |
|---|---|
| default | false |
Insert returning to the strip. Represented on stage box.
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Insert leaving the strip. Represented on stage box.
| key | value |
|---|---|
| is | api.TargetType.AudioOutput |
Mutes everything. Why? Why not.
| key | value |
|---|---|
| default | false |
Whether the limited is enabled or not. The limiter reduces the volume of the output signal to 0dB by reducing the incoming signal if it exceeds this threshold in a smooth manner, otherwise it leaves the signal untouched.
Enabling the limiter incurs a global latency penalty of 20ms for the entire project because the limiter has to "look ahead" the signal to have smooth volume reduction.
| key | value |
|---|---|
| default | false |
Panning of the entire project. -1 is fully left, 0 is centered (unchanged), 1 is fully right.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
X position of the stagebox in the DAW. The Stagebox represents the entire mixer on the desktop.
| key | value |
|---|---|
| default | 0 |
| range | full |
Y position of the stagebox in the DAW. The Stagebox represents the entire mixer on the desktop.
| key | value |
|---|---|
| default | 0 |
| range | full |
Gain right before the signal leaves the mixer, before the limiter is applied. Equivalent to a dB range of [-inf, 6.0].
| key | value |
|---|---|
| default | 1 |
| range | [0, 1.9952620267868042] |
| is | api.TargetType.AutomatableParameter |
"mixerMaster"The master strip of the DAW. Audio that passes through this strip is audible, audio that doesn't pass through this strip is not audible (unless cuing is enabled).
The master can be placed on the desktop. In the DAW, it's represented as the "stagebox", which contains all audio sockets from the mixer so they can be connected to devices on the desktop. The position of the stagebox in the DAW is determined by the position_x and position_y fields.