take_fx_set_param
Set a take FX plugin parameter by track, item, take, FX, and parameter index. Use normalized 0-1 values and check min/max with take_fx_get_param.
Instructions
Set a parameter value on a take's FX plugin.
Args: value: New value (typically normalized 0-1; check min/max via take_fx_get_param).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| fx_index | Yes | ||
| item_index | Yes | ||
| take_index | Yes | ||
| param_index | Yes | ||
| track_index | Yes |