get_arrangement_clips
Inspect all clips in a track's Arrangement timeline. Get each clip's index, name, start and end times, length, and type to locate MIDI clips for note editing.
Instructions
List all clips placed in the Arrangement timeline for a track.
Returns each clip's index, name, start_time, end_time, length, and type. The index can be passed to get_arrangement_clip_notes to read a MIDI clip's notes.
Parameters:
track_index: The index of the track to inspect
user_prompt: The original user prompt that led to this tool call (for telemetry)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| user_prompt | No |