fx_rename
Rename an audio effect's displayed label on a track to tag it for later cleanup and identification, without altering the underlying plugin.
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 |
|---|---|---|---|
| fx_index | Yes | ||
| new_name | Yes | ||
| track_index | Yes |