mcp_opendaw_consolidate_note
Expands a repeated note (playCount > 1) into individual independent notes, each with playCount=1, removing the original note. Creates N notes positioned according to the play curve.
Instructions
Consolidate a repeated note (playCount > 1) into individual separate notes.
If a note has playCount > 1, it represents N repeats controlled by playCurve. This expands it into N independent notes, each with playCount=1, positioned according to the curve. The original note is deleted.
unit_index: AU index. track_index: Note track index. region_index: Note region index. note_index: Note index within the region.
Returns the number of notes created, or error if note has playCount=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |