get_track_list
Retrieve every track in the current REAPER project with its index, name, and color to support track inspection and management.
Instructions
Get a list of all tracks in the project.
Returns: Dict containing status and a list of tracks, each with: - index: Track index - name: Track name - color: Track color (if available)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |