add_notes
Add MIDI notes to a clip by specifying pitch, start time, duration, velocity, and optional mute for each note.
Instructions
Add MIDI notes to a clip. notes: list of objects with fields: pitch (0-127), start (beats), duration (beats), velocity (0-127), mute (bool, optional). Example: [{"pitch": 60, "start": 0.0, "duration": 1.0, "velocity": 100}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| slot_index | Yes | ||
| notes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |