create_midi_track
Add a MIDI track to your Ableton Live session for recording and editing musical notes. Specify the track position to organize your arrangement and build complete compositions through natural language commands.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | No |
Input Schema (JSON Schema)
{
"properties": {
"index": {
"default": -1,
"title": "Index",
"type": "integer"
}
},
"type": "object"
}