create_track
Add a MIDI, audio, or return track to an Ableton Live set and get the new track's resolved index with before/after track counts.
Instructions
Insert a MIDI, audio, or return track and return its resolved index.
Args:
kind: Track kind ('midi', 'audio', or 'return').
index: Insertion index (-1 inserts at the end without shifting existing track indices).
Ignored for return tracks.
name: Optional track name for MIDI or audio tracks.
Returns:
Dictionary reporting track creation status and before/after track counts.
Note:
Inserting before existing tracks renumbers subsequent track indices.
Measured 2026-08-30 against Live 12.4.5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | midi | |
| name | No | ||
| index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||