get_track
Inspect any Ableton Live track's full mixer state, device chain, sends, and clip slots in one request. Get normalized volume, panning, arming status, and device details for precise mixing decisions.
Instructions
Read one track's mixer state, flags, device chain, sends and clip slots.
Args:
track: index in ``song.tracks`` (or ``song.return_tracks`` for
``kind="return"``). Ignored for ``kind="master"``.
kind: ``track`` | ``return`` | ``master``.
``volume`` and ``panning`` are normalised, not dB: 0.85 is 0 dB (measured),
and the scale is not linear. ``display`` carries the dB reading where Live
offered one.
``arm`` is read only after ``can_be_armed`` says the question applies, because
reading it on a group track raises inside Live and would break the whole batch
(measured). It comes back as ``null`` where it does not apply.
Device names, send values and which clip slots are filled are measured by
probing indices in one batch, because Live's collections report no length
(see ``notes``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | track | |
| track | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||