create_midi_track_tool
Generate a new MIDI track directly in Ableton Live using the Model Context Protocol, enabling AI-assisted music production and streamlined track creation.
Instructions
Create a new MIDI track in the Ableton session.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | No |
Input Schema (JSON Schema)
{
"properties": {
"index": {
"default": -1,
"title": "Index",
"type": "integer"
}
},
"title": "create_midi_track_toolArguments",
"type": "object"
}