mcp_opendaw_move_audio_unit
Move an audio unit up or down in the mixer order to reorder instruments, auxes, or outputs. Adjust the unit's position by specifying its current index and a delta value.
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 |