get_track_info_by_id
Retrieve detailed track information in Ableton Live by specifying a track ID, enabling precise control and management of music production workflows.
Instructions
get track info by id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
track_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"track_id": {
"type": "string"
}
},
"required": [
"track_id"
],
"type": "object"
}