take_fx_add_by_name
Adds a named FX plugin to a specific take in REAPER using track, item, and take indices, returning the new FX index.
Instructions
Add an FX plugin to a take by name.
Args: fx_name: Name of the FX plugin to add (e.g., "ReaEQ", "ReaComp"). Use the exact plugin name as it appears in REAPER's FX browser.
Returns: Object with 'ret' field containing the new FX index (or -1 if it could not be added).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx_name | Yes | ||
| item_index | Yes | ||
| take_index | Yes | ||
| track_index | Yes |