Ableton Copilot MCP

by xiaolaa2
Verified

record_by_time_range

Automate audio recording in Ableton Live by specifying start and end times. Ensure the track is in record mode with correct input routing before initiating playback from the defined time range.

Instructions

Opens Ableton's audio record button and starts playback from start_time to end_time. Before recording, please: ENSURE: 1. Set the recording track to record mode 2. Set the recording track's input routing to Resample or a specific audio track/input routing 3. After recording, disable the track's record mode

Input Schema

NameRequiredDescriptionDefault
end_timeYes[int] end time of record
start_timeYes[float] the time in beats of absolute clip time. such as 4 is 4 beats

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end_time": { "description": "[int] end time of record", "type": "number" }, "start_time": { "description": "[float] the time in beats of absolute clip time. such as 4 is 4 beats", "type": "number" } }, "required": [ "start_time", "end_time" ], "type": "object" }
ID: 76879j2qe5