create_midi_track
Add a new MIDI track to an Ableton Live session at a specified index position using the AbletonMCP server. Simplify MIDI track creation for AI-assisted music production workflows.
Instructions
Create a new MIDI track in the Ableton session.
Parameters:
index: The index to insert the track at (-1 = end of list)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | No |
Input Schema (JSON Schema)
{
"properties": {
"index": {
"default": -1,
"title": "Index",
"type": "integer"
}
},
"title": "create_midi_trackArguments",
"type": "object"
}