remove_audio_bus
Remove an audio bus from a Godot bus layout by index. Prevents deletion of the Master bus (index 0) and accepts an optional layout path for custom .tres files.
Instructions
Remove audio bus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bus_index | Yes | Bus index to remove (0=Master cannot be removed) | |
| layout_path | No | default_bus_layout.tres |