mcp_opendaw_set_device_label
Rename an audio or MIDI effect device in a track's chain by specifying unit, effect index, and new label.
Instructions
Rename an effect or MIDI effect device.
unit_index: AU index. effect_index: Effect index in the chain. label: New label/name for the device. is_midi_effect: If true, target MIDI effects chain instead of audio effects.
Returns success, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| unit_index | Yes | ||
| effect_index | Yes | ||
| is_midi_effect | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |