track_fx_add_by_name
Add an FX plugin to a REAPER track by specifying its exact name. Optionally set the insertion position in the FX chain.
Instructions
Add an FX plugin to a track by name.
Args: fx_name: Name of the FX plugin to add (e.g., "ReaEQ", "ReaComp", "ReaLimit"). Use the exact plugin name as it appears in REAPER's FX browser. position: Optional insertion position (0-based) in the FX chain. Default -1 adds at the end; 0 inserts at the beginning.
Returns: Info about the added FX including its index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx_name | Yes | ||
| position | No | ||
| track_index | Yes |