mcp_opendaw_split_note_region
Split a note region into two at a specified beat position to divide sections, remove silence, or create variations for arrangement edits.
Instructions
Split a note region into two at a given beat position.
Creates a new region starting at split_beat containing all notes from that position onward. The original region's duration is trimmed to split_beat. Notes that straddle the split point are kept in the original region (they will play their full duration even if they extend past the trimmed region boundary — this matches DAW behaviour).
Use cases:
Divide a long region into sections (e.g. split at bar 8 for verse/chorus)
Cut silence off the end of a region
Create variations: split, then modify one half
Prepare for arrangement edits (move one half elsewhere)
unit_index: AU index. track_index: Note track index. region_index: Region to split (0-based). split_beat: Absolute beat position to split at (must be within region range).
Returns original and new region details.
Example:
Split region 0 at bar 8 (beat 32 in 4/4)
split_note_region(0, 0, 0, 32)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| split_beat | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |