get_clips_by_track_id
Retrieve all clips associated with a specific track ID in Ableton Live using this tool. Streamline clip operations and enhance track management for better music production workflows.
Instructions
get all clip by track 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"
}