fx_rename
Rename an FX slot's display label to tag it for later cleanup, without altering the plugin itself. Helps distinguish user-added FX from those inserted by the mix engine.
Instructions
Rename an FX instance's display label (cosmetic — plugin unchanged).
Use to tag FX you've added yourself so later cleanup can find them without affecting other FX on the track. The mix engine uses this internally to prefix all its additions with "[MIX] ".
Args: track_index: 0-based track index. fx_index: FX slot within the chain. new_name: New display name. Max 1000 characters.
Requires REAPER 6.37+ (for TrackFX_SetNamedConfigParm with "renamed_name"). Older REAPER versions will error out cleanly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| fx_index | Yes | ||
| new_name | Yes |