get_tracks
Retrieve full data for multiple Ableton Live tracks in one call. Analyze groups of tracks like drums or synths efficiently.
Instructions
BULK TRACK INSPECTION: Query full data for multiple tracks in a single call.
Parameters:
index_min: Starting track index.
index_max: Ending track index.
Returns an array of track objects, identical in structure to 'get_track'. Highly efficient for analyzing groups of tracks (e.g., all drum tracks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index_min | Yes | ||
| index_max | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||