mcp_opendaw_move_audio_unit
Reorder audio units in openDAW mixer by moving a unit up or down with a relative delta. Specify the unit index and delta (-1 for up, +1 for down) to get the new index.
Instructions
Move an audio unit up or down in the mixer order.
Uses AudioUnitBoxAdapter.move(delta) — reindexes the AU within its type group (Instrument/Aux/Output). Delta is relative: -1 = up, +1 = down.
unit_index: Current AU index. delta: Relative move (-1 up, +1 down).
Returns new index or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta | Yes | ||
| unit_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |