get_envelope_points
Retrieve all points from a REAPER track envelope by track index and envelope name, returning time, value, and shape. Use it to inspect or edit automation curves for mixing.
Instructions
Get all points from an envelope.
Args: envelope_name: Envelope name.
Returns: Object with list of points (time, value, shape).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| envelope_name | Yes |