setup_effect_bus
Create an effect return bus with a custom FX chain and sends from selected tracks in one call.
Instructions
Create effect return bus (track + FX + sends) in one call.
Args: bus_name: Bus track name. fx_chain: JSON array of FX (same format as setup_fx_chain). sends_from: JSON array: [{"source_track":0, "volume_db":-6.0}]. bus_position: Track insert position (-1 = end). bus_volume_db: Bus volume in dB. bus_color: Optional JSON color "[r,g,b]".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bus_name | Yes | ||
| fx_chain | Yes | ||
| bus_color | No | ||
| sends_from | Yes | ||
| bus_position | No | ||
| bus_volume_db | No |