reaper_list_fx_presets
Lists all presets available for a specific FX on a track, along with the currently selected preset index.
Instructions
List every preset available for an FX instance, plus the current selection.
Returns {count, current_index, presets:[{index, name}]}.
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 |