track_fx_set_param
Set a parameter value on an FX plugin in a REAPER track. Use track, FX, and parameter indices to adjust plugin settings with normalized values.
Instructions
Set a parameter value on an FX plugin.
Args: value: New value for the parameter (typically normalized 0-1, check min/max).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| fx_index | Yes | ||
| param_index | Yes | ||
| track_index | Yes |