find_notes
Search project notes by onset, pitch, lyrics, or phonemes to align them with score data. Filters by ranges and patterns for precise matching.
Instructions
Search notes by onset range, pitch range, lyrics substring/regex, or phonemes. Ideal for aligning with MuseScore score data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxOnset | No | Maximum onset position in blicks | |
| maxPitch | No | Maximum MIDI pitch (0-127) | |
| minOnset | No | Minimum onset position in blicks | |
| minPitch | No | Minimum MIDI pitch (0-127) | |
| groupIndex | No | 0-based group reference index | |
| trackIndex | No | 0-based track index | |
| lyricsPattern | No | Substring pattern to match in lyrics | |
| phonemesPattern | No | Substring pattern to match in phonemes |