create_arrangement_midi_clip
Create a MIDI clip in Ableton's Arrangement view by specifying track index, start time, and length, with optional notes to fill the clip.
Instructions
Create a MIDI clip in the Arrangement view, optionally filled with notes.
Session clips and Arrangement clips use different Live APIs. This is the Arrangement path (Live 11+). Notes are optional and may carry probability, same shape as add_notes_with_probability.
Parameters:
track_index: The index of the MIDI track
start_time: Where the clip starts in the arrangement, in beats
length: Clip length in beats
notes: Optional list of note dicts (pitch, start_time, duration, velocity, mute, optional probability). Note start_time is relative to the clip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| length | Yes | ||
| start_time | Yes | ||
| track_index | Yes |