mcp_opendaw_delete_note
Delete a specific note from a region by providing its index, track, and unit. Returns the updated note count.
Instructions
Delete a single note from a region.
note_index: Index of the note to delete (0-based, as returned by list_notes). unit_index: Audio unit index (-1 = search all AUs). track_index: Note track index within the AU. region_index: Region containing the note (0-based).
Returns remaining note count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |