mcp_opendaw_rename_unit
Rename an audio unit's instrument and update its icon symbol. Specify the unit index, new name, and optional icon (e.g., 'piano'). Returns the previous and new values.
Instructions
Rename an audio unit's instrument and optionally set its icon.
Instrument AUs have a label (display name) and icon (symbol) on their InstrumentBox. This sets both. The output AU (index 0) has no instrument and cannot be renamed.
unit_index: Audio unit index (must be >= 1, not the output AU). name: New display name (empty = skip). icon: New icon symbol (empty = skip, e.g. 'piano', 'guitar', 'drums').
Returns old and new name/icon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | Yes | ||
| name | Yes | ||
| unit_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |