read_automation
Sample an automation envelope curve for any Session clip parameter to inspect its values, range, and presence across the clip timeline.
Instructions
Sample an envelope curve for a parameter on a Session clip.
Args:
track: Track index in song.tracks.
slot: Scene/slot index in track.clip_slots.
parameter: LOM path to the target DeviceParameter.
start: Optional start position in clip-local beats (default skips initial beat 0 guard).
end: Optional end position in clip-local beats.
points: Number of sample points to evaluate (clamped 2 to 512, default 64).
Returns:
Dictionary with sampled values, range, and envelope presence flags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| slot | Yes | ||
| start | No | ||
| track | Yes | ||
| points | No | ||
| parameter | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||