Ableton Copilot MCP

by xiaolaa2
Verified

create_empty_midi_clip

Create an empty MIDI clip on a specified track in Ableton Live at a given time and length in beats, enabling precise control over clip placement and structure for music production.

Instructions

create empty midi clip on track

Input Schema

NameRequiredDescriptionDefault
lengthYesLength is given in beats and must be a greater value than 0.0.
timeYes[float] the time in beats of absolute clip time. such as 4 is 4 beats
track_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "length": { "description": "Length is given in beats and must be a greater value than 0.0.", "type": "number" }, "time": { "description": "[float] the time in beats of absolute clip time. such as 4 is 4 beats", "type": "number" }, "track_id": { "type": "string" } }, "required": [ "track_id", "length", "time" ], "type": "object" }
ID: 76879j2qe5