get_all_track_meters
Get output meter levels for all tracks and the master track to monitor audio levels in Ableton Live.
Instructions
Get output meter levels for all tracks and the master track.
Returns a dict with 'tracks' (list of per-track meter data) and 'master' meter data. Each entry includes output_meter_level, output_meter_left, and output_meter_right (0.0-1.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |