get_mixer
Retrieve the current mixer state for any track, including volume, panning, and send levels. Returns values in raw 0..1, dB, and display string formats.
Instructions
Get the mixer state (volume, panning and sends) for a track.
Each value is reported three ways: the raw 0..1 parameter value, the dB it corresponds to, and the string Live itself displays.
Parameters:
track_index: The index of the track (ignored when track_type is "master")
track_type: "track" (default), "return", or "master"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | track | |
| track_index | No |