mcp_opendaw_clone_effect_chain
Clone all effects and their parameter values from one audio unit to another, enabling quick application of identical processing chains like EQ-compressor-reverb to multiple tracks.
Instructions
Copy all effects from one audio unit to another, including parameter values.
Useful for applying the same vocal chain (EQ → compressor → reverb) to doubled vocal tracks.
src_unit: Source audio unit index. dst_unit: Destination audio unit index (effects appended to existing chain).
Returns list of cloned effects with their new indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst_unit | Yes | ||
| src_unit | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |