setup_drum_bus
Groups selected drum tracks into a dedicated bus with a gentle glue compressor for cohesive level control and shared processing.
Instructions
Group drum tracks into a dedicated bus with a glue compressor.
This is a lighter-touch version of parallel compression — the bus is a full sub-mix of the drums, with gentle comp gluing them together rather than crushing them. Use this to control the drum group's overall level and apply shared processing (additional EQ, saturation) above it.
Args: source_tracks: JSON array of drum track indices, e.g. "[0,1,2,3]". bus_name: Display name for the drum bus. return_db: Bus output level (0 = unity, no change vs pre-bus). glue_threshold_db: Glue comp threshold (-10 to -14 typical). glue_ratio: Glue comp ratio (1.5-2.5 for gentle glue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_tracks | Yes | ||
| bus_name | No | BUS: Drums | |
| return_db | No | ||
| glue_threshold_db | No | ||
| glue_ratio | No |