add_fx_envelope_point
Add an automation point to an FX parameter envelope in REAPER. Control parameter changes over time with precise timing and shape.
Instructions
Add an automation point to an FX parameter envelope.
Args: time: Time position in seconds. value: Parameter value (typically 0.0-1.0, normalized). shape: Point shape (0=linear, 1=square, 2=slow start/end, 3=fast start, 4=fast end, 5=bezier).
Returns: Object with point_index and confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | ||
| shape | No | ||
| value | Yes | ||
| fx_index | Yes | ||
| param_index | Yes | ||
| track_index | Yes |