midi_notes_add
Add notes to an existing MIDI clip, specifying pitch, start beat, length, and optional velocity/color.
Instructions
Add notes to an existing MIDI clip. Pass an array of {pitch, start_beats, length_beats, velocity?, colour?}. Pitch is MIDI 0-127. Channel is per-clip, set when the clip is created (not per-note).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_id | Yes |