midi_set_note
Modify an existing MIDI note's pitch, velocity, timing, or channel by index. Use -1 to leave a property unchanged.
Instructions
Edit existing note. -1 keeps current value.
Args: item_index: MIDI item index. note_index: Note index in item. pitch: 0-127 (-1=keep). velocity: 1-127 (-1=keep). start_position: Seconds (-1=keep). end_position: Seconds (-1=keep). channel: 0-15 (-1=keep).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| note_index | Yes | ||
| pitch | No | ||
| velocity | No | ||
| start_position | No | ||
| end_position | No | ||
| channel | No |