selection_get_selected_tracks
Retrieve full details for every currently selected track in REAPER, including name, color, and volume settings. Use when you need complete track information beyond just index numbers.
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 | |||