mcp_opendaw_set_instrument_param
Set instrument parameters (cutoff, resonance, etc.) on an audio unit by name or index. Returns old and new values.
Instructions
Set a parameter on the instrument connected to an audio unit.
unit_index: Audio unit index (-1 = auto-detect first non-master AU with an instrument). param_name: Field name (e.g. "cutoff", "resonance", "attack", "flutter", "volume", "channel"). value: New value for the parameter. param_index: Alternative — set by field index instead of name (-1 = use name).
Works with any instrument type. Returns old and new values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| param_name | Yes | ||
| unit_index | Yes | ||
| param_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |