midi_delete_note
Remove a specific note from a MIDI item by specifying the item and note indices, giving you precise control over your MIDI data.
Instructions
Delete a note.
Args: item_index: MIDI item index. note_index: Note index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| note_index | Yes |