get_notes
Retrieve all notes from a specified track and group in a Synthesizer V project, returning pitch, onset, duration, lyrics, phonemes, and note attributes for editing or analysis.
Instructions
Get all notes in a specific track and group reference (0-based indices). Returns pitch, onset, duration, lyrics, phonemes, and note attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupIndex | No | 0-based group reference index (default: 0) | |
| trackIndex | No | 0-based track index (default: 0) |