setup_parallel_compression
Create a parallel compression bus to blend heavily compressed signals with dry audio, adding density and power to drums or vocals without losing transients.
Instructions
Create a NY-style parallel compression bus and route source tracks to it.
Classic use: crush drums or vocals with a heavy compressor on a parallel bus, then blend the crushed signal back in subtly with the dry. Adds perceived density and power without destroying transients.
Args: source_tracks: JSON array of track indices to send to the parallel bus, e.g. "[0,1,2]". bus_name: Display name for the created bus track. send_db: Send level from each source to the bus (0 = unity). return_db: Bus output (return) level. -8 is a typical subtle blend. threshold_db: Compressor threshold. -24 to -30 for heavy crush. ratio: Compression ratio. 10:1 or higher for that "smashed" sound. attack_ms: Fast (1-3 ms) for tight pumping. release_ms: Medium (80-120 ms) typical.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_tracks | Yes | ||
| bus_name | No | BUS: Parallel Comp | |
| send_db | No | ||
| return_db | No | ||
| threshold_db | No | ||
| ratio | No | ||
| attack_ms | No | ||
| release_ms | No |