live_set_clip_notes
Replace all notes in a specific MIDI clip with a new set of notes. Define pitch, start time, duration, velocity, and optional mute for each note.
Instructions
Replace the notes in a MIDI clip. notes is a list of dicts with {pitch, start, duration, velocity, mute?}. Existing notes are removed first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| confirm | No | ||
| scene_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||