set_effect_parameter
Set an exact value for any real-time effect parameter on a track or master bus. Provide track ID, effect position, parameter ID, and value to fine-tune settings like reverb wet/dry or decay time.
Instructions
Set one real-time parameter on a realtime effect to an exact value - e.g. the actual wet/dry mix or decay time of a reverb, not just add/remove/bypass the whole effect.
Args: track_id: Track id, from project_get_info's track list. Use -2 for the Master bus. index: Position in the chain, from list_realtime_effects. parameter_id: Parameter id, from list_effect_parameters' "id" field. value: New value within [minValue, maxValue] from list_effect_parameters. CONFIRMED LIVE: for VST3 plugins this range is typically normalized 0-1, NOT real display units, even though list_effect_parameters' currentValueString shows a real unit (e.g. "21.26 s") - after setting, re-read currentValueString to see the actual resulting value, don't assume the input scale matches it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| value | Yes | ||
| track_id | Yes | ||
| parameter_id | Yes |