create_clip_with_notes
Create a MIDI clip with notes in a single batched call. Provide track, clip position, length, and note list.
Instructions
Create a MIDI clip and populate it with notes in a single batched call.
Parameters:
track_index, clip_index: where to put the clip
length: clip length in beats
notes: list of note dicts {pitch, start_time, duration, velocity?, mute?}
name: optional clip name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| clip_index | Yes | ||
| length | Yes | ||
| notes | Yes | ||
| name | No |