fire_clip_tool
Activate a specific clip in Ableton Live by specifying track and clip indices, enabling precise control over music production workflows via AI integration.
Instructions
Start playing a clip.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clip_index | Yes | ||
track_index | Yes |
Input Schema (JSON Schema)
{
"properties": {
"clip_index": {
"title": "Clip Index",
"type": "integer"
},
"track_index": {
"title": "Track Index",
"type": "integer"
}
},
"required": [
"track_index",
"clip_index"
],
"title": "fire_clip_toolArguments",
"type": "object"
}