set_clip_notes
Replace existing MIDI notes in a specified clip with new notes defined by pitch, timing, and velocity.
Instructions
Set MIDI notes in a clip (replaces existing notes).
Parameters:
track_index: The track index (0-based)
clip_index: The clip slot index (0-based)
notes: List of note dicts with keys: pitch, start_time, duration, velocity, mute Example: [{"pitch": 60, "start_time": 0.0, "duration": 1.0, "velocity": 100, "mute": false}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |