reaper_add_fx_to_track
Add a specified audio plugin to the end of a track's FX chain, returning the track index, FX index, and plugin name for further manipulation.
Instructions
Add an FX to the end of a track's chain.
Returns {track_index, fx_index, name}. If the plugin can't be found the
call fails — re-check the exact string via reaper_list_installed_fx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | 0-based track index | |
| fx_name | Yes | Plugin name as returned by reaper_list_installed_fx, e.g. 'VST3i: Serum (Xfer Records)'. A bare name like 'Serum' works if unambiguous. | |
| show_ui | No | Pop open the plugin's floating window |