take_fx_get_param
Retrieve the value, minimum, and maximum of a specific parameter from an FX plugin on a take in REAPER.
Instructions
Get a parameter value on a take's FX plugin.
Args:
Returns: Object with 'value', 'min', and 'max' for the parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx_index | Yes | ||
| item_index | Yes | ||
| take_index | Yes | ||
| param_index | Yes | ||
| track_index | Yes |