place_clip_in_arrangement
Copy a Session-view MIDI clip to the Arrangement timeline at a specific beat position. Supports MIDI tracks only, with audio tracks returning an error.
Instructions
Drop a Session-view MIDI clip onto the Arrangement timeline at a specific beat position.
The source Session clip is copied (not moved) — it remains in its slot and the new arrangement clip is an independent copy. Beat positions: position=0 is bar 1 beat 1, position=16 is bar 5 beat 1 (16 beats = 4 bars in 4/4), etc.
Currently MIDI tracks only. Audio tracks will raise an error.
Parameters:
track_index: Track to place the clip on (MIDI track only)
source_slot: Source Session clip slot index on the SAME track
position: Beat position on the Arrangement timeline (0 = start)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | ||
| source_slot | Yes | ||
| track_index | Yes |