insert_track
Add a new track to REAPER at a specific position or at the end. Optionally assign a name to organize your project.
Instructions
Insert a new track at the specified index.
Args: index: Position to insert track (0-based). If not specified, adds at end. name: Optional name for the new track.
Returns: Info about the created track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| index | No |