rename_track
Rename a REAPER track by providing its 0-based index and the desired new name.
Instructions
Rename an existing track.
Args: track_index: 0-based track index (0 = first track, 1 = second, etc.) Note: REAPER UI shows tracks starting from 1, but API uses 0-based indexing. API track 0 = UI Track 1, API track 1 = UI Track 2, etc. new_name: New name for the track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_name | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |