reaper_set_fx_enabled
Enable or bypass a specific FX on a track by specifying track and FX indices. Set enabled to true to activate or false to bypass.
Instructions
Enable or bypass an FX (enabled=False bypasses it without removing it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | 0-based track index | |
| fx_index | Yes | 0-based FX index within the track chain | |
| enabled | Yes | True to enable, False to bypass |