Skip to main content
Glama

Ableton Copilot MCP

by xiaolaa2

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaolaa2/ableton-copilot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server