mcp_opendaw_find_overlapping_notes
Find overlapping MIDI notes within a region by pitch and beat range to avoid collisions when adding new notes or to identify chords.
Instructions
Find notes that overlap a given pitch and time range within a note region.
Useful for checking if a note can be placed without colliding with existing notes, or for finding chords/harmonies at a specific pitch range.
unit_index: AU index. track_index: Note track index within the AU. region_index: Note region index. pitch: MIDI note number to check (60 = C4). from_beat: Start of time range in beats. to_beat: End of time range in beats.
Returns list of overlapping notes (position, duration, pitch, velocity), or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pitch | Yes | ||
| to_beat | Yes | ||
| from_beat | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |