mcp_opendaw_move_effect
Reorder effects in an audio unit's chain to control signal flow. Specify the unit, current position, and target position to place the effect where you need it.
Instructions
Reorder an effect within an audio unit's effect chain.
Chain order matters: EQ → Compressor → Reverb sounds different than Compressor → EQ → Reverb. Use this to move effects to the desired position.
unit_index: Audio unit index. from_index: Current effect position (0-based). to_index: Target effect position (0-based).
Effects between from and to shift accordingly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_index | Yes | ||
| from_index | Yes | ||
| unit_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |