reaper_set_fx_param
Adjust any REAPER FX parameter on a specific track and FX by index or name, returning the parameter index, new value, and min/max range.
Instructions
Set an FX parameter by index or name. Returns {param_index, value, min, max}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | 0-based track index | |
| fx_index | Yes | 0-based FX index within the track chain | |
| param | Yes | Parameter index as a string, or a (case-insensitive) parameter name from reaper_list_fx_params | |
| value | Yes | New value, within the parameter's min..max range |