fire_clip
Initiate playback of a specific clip in Ableton Live by specifying the track and clip index, integrating AI-assisted music production workflows.
Instructions
Start playing a clip.
Parameters:
track_index: The index of the track containing the clip
clip_index: The index of the clip slot containing the 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_clipArguments",
"type": "object"
}