selection_get_selected_tracks
Retrieve all currently selected tracks with complete details, including name, color, and volume, in one call. Use this when you need full track information rather than just indices.
Instructions
Get a list of all currently selected tracks with their full info.
Just need to know which indices are selected, alongside other project state? project_get_overview() returns indices only (cheaper) as part of a combined read — use this tool instead when you need full detail (name, color, volume, etc.) on each selected track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||