add_parallel_compression
Set up New York-style parallel compression for a track by creating a compressed bus track and a send from the source. Returns bus, send, and compressor FX indices.
Instructions
Set up New York style parallel compression for a track.
Creates a new bus track with heavy compression, fed by a send from the source track.
Args: track_index: Source track index (0-based). blend_db: Send level in dB for the compressed signal (default -6dB).
Returns: Object with bus_track_index, send_index, and compressor_fx_index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blend_db | No | ||
| track_index | Yes |