mcp_opendaw_move_track
Move a track up or down within an audio unit. Provide the unit index, track index, and delta to reorder tracks in openDAW.
Instructions
Move a track up or down within an audio unit.
Uses AudioUnitBoxAdapter.moveTrack(adapter, delta) — reindexes the track. Delta is relative: -1 = up, +1 = down.
unit_index: AU index. track_index: Track index within AU. delta: Relative move (-1 up, +1 down).
Returns new index or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |