mcp_opendaw_create_audio_bus
Create an auxiliary audio bus with its own audio unit and track, returning the new bus index for routing.
Instructions
Create a new audio bus (aux bus) with its own audio unit and track.
Follows the upstream AudioBusFactory.createAudioBus pattern: creates AudioUnitBox (Aux) + AudioBusBox + TrackBox, wires them together. Uses separate editing.modify() blocks — pointer refer() inside box constructor fails due to deferred pointer update resolution.
name: Bus label.
Returns the new bus index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |