add_notes
Add musical notes to a Synthesizer V track or group by specifying onset, duration, MIDI pitch, lyrics, and optional phonemes. Preview changes with dry-run mode before modifying the project.
Instructions
Add one or more notes to a track/group. Each note requires onset (in blicks, 1 quarter = 705,600,000 blicks), duration, pitch (MIDI 0-127), lyrics, and optional phonemes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | Array of notes to add | |
| dry_run | No | If true, preview addition without modifying project | |
| groupIndex | No | 0-based group reference index | |
| trackIndex | No | 0-based track index |