mcp_opendaw_move_effect
Reorder effects in an audio unit's chain to control signal processing sequence, such as moving EQ before compression.
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 |