mcp_opendaw_delete_region
Deletes a region (note, audio, or value) from a track in openDAW by specifying track index, region index, unit index, and region type. Returns the remaining region count.
Instructions
Delete a region from a track.
Removes the region and all its contents (notes for note regions, audio reference for audio regions, automation events for value regions).
track_index: Track index within the AU. region_index: Region to delete (0-based). unit_index: Audio unit index (-1 = search all AUs). region_type: 'note', 'audio', or 'value' (for filtering).
Returns remaining region count on the track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| region_type | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |