create_section_markers
Convert bar-based song sections into named arrangement locators in Ableton Live. Specify section names and start bars to place markers at the correct beat positions.
Instructions
Create a set of arrangement locators from a song structure, given in bars.
Converts each section's bar number to a beat position using the project's time signature, then places a named locator there via set_locator.
Parameters:
sections: List of {"name": str, "bar": int} dicts, e.g. [{"name": "intro", "bar": 1}, {"name": "drop", "bar": 17}]. Bar 1 is the start of the arrangement (beat 0).
user_prompt: The original user prompt that led to this tool call (for telemetry)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | Yes | ||
| user_prompt | No |