reaper_create_track
Adds a new track to the REAPER project at a specified position, returning its index.
Instructions
Insert a new track. Returns the new track's state including its assigned index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the new track (empty for unnamed) | |
| position | No | 0-based insert position; -1 appends to the end |