create_arrangement_midi_clip
Create a new empty MIDI clip in Ableton Live's arrangement view by specifying track index, start time, and length in beats.
Instructions
Create a new empty MIDI clip in the arrangement view.
Args: track_index: Zero-based index of the track (must be a MIDI track). start_time: Start position of the clip in beats. length: Length of the clip in beats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | ||
| start_time | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |