mcp_opendaw_duplicate_effect
Duplicate an effect within an AU's effect chain, copying all parameter values. Supports both audio and MIDI chains.
Instructions
Duplicate a single effect within an AU's effect chain, copying all parameter values.
Addresses upstream issue #273 (Ctrl+D for audio effects) via MCP. Works for both audio and MIDI effect chains.
unit_index: AU index containing the effect. effect_index: Index of the effect to duplicate within its chain. chain_type: "audio" (default) or "midi" — which effect chain to operate on.
Returns the new effect's index and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_type | No | audio | |
| unit_index | Yes | ||
| effect_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |