mcp_opendaw_remove_audio_bus
Remove an FX audio bus and its audio unit from an openDAW mix using bus index or FX unit index. The primary output bus cannot be removed.
Instructions
Remove an FX audio bus and its associated audio unit.
Provide either bus_index (from list_audio_buses) or fx_unit_index (from create_send). Cannot remove the primary output bus (index 0).
bus_index: Bus index to remove (must be > 0, i.e. not primary). fx_unit_index: Alternative — the FX AU index returned by create_send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bus_index | Yes | ||
| fx_unit_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |