mcp_opendaw_copy_region_to_track
Copy a region (note, audio, or automation) to another track or to a new position on the same track. Specify source and destination coordinates and optional new position.
Instructions
Copy a region to a different track (or same track at new position).
Works with note, audio, and automation regions. The copy includes all content — notes, audio content, or automation events.
src_unit/src_track/src_region: Source region coordinates. dst_unit/dst_track: Destination track coordinates. position: New position in PPQN (omit to use source position).
Returns new region position and duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst_unit | Yes | ||
| position | No | ||
| src_unit | Yes | ||
| dst_track | Yes | ||
| src_track | Yes | ||
| src_region | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |