mcp_opendaw_flatten_note_regions
Flatten multiple overlapping note regions on the same track into a single combined region, replacing the original regions with one unified region containing all notes.
Instructions
Flatten (merge) multiple overlapping note regions into a single region.
Merges selected note regions on the same track into one, combining all notes. The original regions are deleted and replaced by a single flattened region.
unit_index: AU index. track_index: Track index within the AU. region_indices: Comma-separated region indices to flatten (e.g. "0,1,2").
Returns the new flattened region info, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| track_index | Yes | ||
| region_indices | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |