set_track_volume
Set a track's mixer fader volume using normalized 0.0-1.0 values, where 0.85 is 0 dB and 1.0 is +6 dB.
Instructions
Set a track's mixer fader. value is the normalized 0.0-1.0 position where ~0.85 is 0 dB and 1.0 is +6 dB (the fader max). For bigger gain than the fader allows, add a Utility device and use set_device_parameter on its Gain.
Parameters:
track_index: The index of the track
value: Normalized volume 0.0-1.0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |