mcp_opendaw_get_automation_value
Retrieve the automation value at a beat position, resolving interpolation, loops, and overlapping regions on automation tracks.
Instructions
Get the automation value at a specific position on a value (automation) track.
Resolves the automation curve value at the given position, accounting for interpolation, region loops, and multiple overlapping regions.
unit_index: AU index. track_index: Value (automation) track index within the AU. position_beats: Position in beats (float).
Returns the normalized value (0.0-1.0), or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| track_index | Yes | ||
| position_beats | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |