get_track_info
Retrieve detailed information about specific tracks in your Ableton Live session to understand track properties, instruments, and arrangement details for music production.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
track_index | Yes |
Input Schema (JSON Schema)
{
"properties": {
"track_index": {
"title": "Track Index",
"type": "integer"
}
},
"required": [
"track_index"
],
"type": "object"
}