update_notes
Edit existing notes in a Synthesizer V track by specifying their current index. Change pitch, timing, duration, or lyrics, and get updated indices for follow-up edits.
Instructions
Edit existing notes by their current onset-order index (from get_notes). Only the provided fields change. Moving a note in time can re-sort the group, so use the returned snapshot (fresh indices) for any follow-up edits instead of the old indices. 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. | |
| notes | Yes | Edits to apply | |
| track | Yes | Track index, 1-based |