the pointer an input can connect to
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Whether or not the aux effect will be applied before or after the gain parameter of this channel.
This parameter works the same as the aux_is_pre_gain parameter of the Minimixer.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
How much of the channel's audio will be routed out off to the main aux effects.
| key | value |
|---|---|
| default | 0 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
This channel's output gain. Equivalent to a dB range of [-inf, 0.0].
| key | value |
|---|---|
| default | 1 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
Mutes this channel. If is_muted=true, the channel is muted, including its aux sends.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
Solo this channel. If is_soloed=true, all channels that don't have is_soloed=true are muted.
| key | value |
|---|---|
| default | false |
| is | api.TargetType.AutomatableParameter |
Pans the signal to left/right. -1 is fully left, 0 is centered (unchanged), 1 is fully right.
| key | value |
|---|---|
| default | 0 |
| range | [-1, 1] |
| is | api.TargetType.AutomatableParameter |
data structure for a channel in the minimixer