get_track_volume
Get a track's current fader volume, normalized range, and panning to evaluate state before making adjustments.
Instructions
Get the current fader volume and panning for a track.
Returns the raw normalized value, its min/max range, and the panning. Volume 0.85 = 0 dB unity gain. Use this before set_track_volume to understand the current state.
Parameters:
track_index: Track number (1-based). Return tracks come after session tracks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |