Skip to main content
Glama

AbletonMCP

by Milesy1

add_notes_to_clip

Add musical notes to Ableton Live clips by specifying track and clip positions, enabling precise MIDI composition within your music production workflow.

Input Schema

NameRequiredDescriptionDefault
clip_indexYes
notesYes
track_indexYes

Input Schema (JSON Schema)

{ "properties": { "clip_index": { "title": "Clip Index", "type": "integer" }, "notes": { "items": { "additionalProperties": { "anyOf": [ { "type": "integer" }, { "type": "number" }, { "type": "boolean" } ] }, "type": "object" }, "title": "Notes", "type": "array" }, "track_index": { "title": "Track Index", "type": "integer" } }, "required": [ "track_index", "clip_index", "notes" ], "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/Milesy1/MCP-Ableton-API'

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