plugin_add_reverb
Adds a built-in reverb effect to a specified track, with adjustable type, size, decay, mix, and other parameters. Defaults to a 25% wet plate reverb.
Instructions
Add a built-in reverb to a track. type ∈ {plate, natural, non_linear}. All other params are normalized 0..1: size, decay, mix (wet amount), pre_delay, diffusion, definition, high_damp, low_damp, high_cut. Defaults to a tasteful 25% wet plate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mix | No | ||
| name | No | ||
| size | No | ||
| type | No | plate | |
| decay | No | ||
| high_cut | No | ||
| low_damp | No | ||
| track_id | Yes | ||
| diffusion | No | ||
| high_damp | No | ||
| pre_delay | No | ||
| definition | No |