fx_get_params
Retrieve all parameters from an FX plugin on a track, including names, values, and formatted display. Automatically filters junk parameters to keep output concise, with an optional cap for large sets.
Instructions
Get all parameters of an FX plugin (names, values, formatted display).
Automatically filters out junk params (Internal, MIDI CC, unused FabFilter bands) to keep context size small.
Args:
track_index: 0-based track index, or -1 for the master track.
fx_index: 0-based FX chain index.
max_results: Cap on returned (post-filter) params (default 300,
hard ceiling 2000) — junk filtering handles the common case
(e.g. FabFilter Pro-Q's ~500 params), this is the backstop
for any plugin with a genuinely large number of real params.
truncated in the response says whether more exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx_index | Yes | ||
| max_results | No | ||
| track_index | Yes |