reaper_list_fx_params
List an FX's parameters with their current value, minimum, and maximum to read plugin-native values before making adjustments.
Instructions
List an FX's parameters with current value, min, and max.
Returns a list of {index, name, value, min, max}. Parameter values are
plugin-native (often normalised 0..1) — read min/max before setting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | 0-based track index | |
| fx_index | Yes | 0-based FX index within the track chain | |
| response_format | No | 'markdown' for human-readable output or 'json' for machine-readable | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |