mcp_opendaw_move_region_to_track
Move a region from one track to another, preserving its position, duration, and content, even across different audio units.
Instructions
Move a region from one track to another (possibly in a different audio unit).
The region keeps its position, duration, and content. The source track loses the region.
src_unit_index: Source audio unit index. src_track_index: Source track index within source unit. region_index: Region index within source track. dst_unit_index: Destination audio unit index. dst_track_index: Destination track index within destination unit.
Returns success or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region_index | Yes | ||
| dst_unit_index | Yes | ||
| src_unit_index | Yes | ||
| dst_track_index | Yes | ||
| src_track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |