add_envelope_point
Insert a point on a REAPER track envelope at a specified time and value, with an optional shape, to automate parameter changes.
Instructions
Add a point to an envelope.
Args: envelope_name: Envelope name. time: Time position in seconds. value: Envelope value (0.0-1.0 for most envelopes). shape: Point shape (0=linear, 1=square, 2=slow start/end, 3=fast start, 4=fast end, 5=bezier).
Returns: Object with point index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | ||
| shape | No | ||
| value | Yes | ||
| track_index | Yes | ||
| envelope_name | Yes |