delete_notes
Delete specific notes from a track using their onset-order indices from get_notes. After deletion, notes are renumbered, so re-fetch with get_notes before editing further.
Instructions
Delete notes by their current onset-order indices (from get_notes). Remaining notes are renumbered afterwards, so re-read with get_notes before further edits. One undo step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Group index within the track (see get_project_info `groups`). Defaults to the first non-main group — in SV Studio 2 the singer is attached per group and notes in the main group are not synthesized. | |
| track | Yes | Track index, 1-based | |
| indexes | Yes | Note indices to delete (duplicates rejected) |