track_fx_get_list
List all FX plugins on a REAPER track, returning each plugin's index, name, enabled and offline status plus a count. Use it to check which plugins are bypassed in a track's normal FX chain.
Instructions
Get list of all FX plugins on a track.
Returns: Object with 'fx' array, one entry per FX with index, name, enabled and offline, plus fx_count. 'enabled' is False when the FX is bypassed. Normal FX chain only, not input/record FX or master monitoring FX.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes |