set_track_name
Rename a track in Ableton by specifying its index and new name. Supports regular, return, and master tracks.
Instructions
Set the name of a track.
Parameters:
track_index: Index of the track to rename (ignored for master)
name: New name
track_kind: 'regular' (default), 'return', or 'master'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| track_kind | No | regular | |
| track_index | Yes |