create_arrangement_midi_clip
Create a blank MIDI clip directly in the Arrangement timeline on any track, with specified start time and length, bypassing the Session clip slot.
Instructions
Create a brand-new empty MIDI clip directly in the Arrangement timeline, without going through a Session clip slot first.
Parameters:
track_index: Index of the MIDI track to create the clip on
start_time: Beat position in the arrangement where the clip starts
length: Length of the clip in beats (default 4.0)
user_prompt: The original user prompt that led to this tool call (for telemetry)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| start_time | Yes | ||
| track_index | Yes | ||
| user_prompt | No |