mcp_opendaw_duplicate_notes
Duplicate all notes in a region, shifting copies after the last note to mirror the DAW's native duplicate function.
Instructions
Duplicate all notes within a region, shifting them after the last note.
Creates copies of every note in the region, shifted by (max(position+duration) - min(position)). This mirrors the DAW's native "duplicate notes" feature.
unit_index: Audio unit index (-1 = search all AUs). track_index: Note track index within the AU. region_index: Region whose notes to duplicate (0-based).
Returns count of duplicated notes and shift in beats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |