get_fx_envelope
Retrieve or create an automation envelope for a specific FX parameter, enabling control over any effect in REAPER. Creates the envelope if missing, returning its details.
Instructions
Get or create an automation envelope for an FX parameter.
This enables automation of any FX parameter (e.g., a flanger knob in Guitar Rig). The envelope is created if it doesn't exist.
Args: param_index: Parameter index (0-based). Use track_fx_get_num_params() to find available parameters.
Returns: Object with envelope_name, param_name, point_count, and indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx_index | Yes | ||
| param_index | Yes | ||
| track_index | Yes |