add_clip_notes
Add MIDI notes to a clip without removing existing ones. Define pitch, timing, duration, velocity, and mute per note.
Instructions
Add MIDI notes to a clip (does NOT delete existing notes, unlike set_clip_notes). Parameters: notes — list of dicts with pitch, start_time, duration, velocity, mute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |