mcp_opendaw_list_automation_events
Retrieve automation events (ValueEventBox) from an audio unit's track: returns position (beats), value (0-1), and interpolation type for each automation point.
Instructions
List automation events (ValueEventBox) on a unit's automation tracks.
Finds all Value-type tracks (automation) on the given audio unit and returns their automation points: position (beats), value (0-1), interpolation type.
unit_index: Audio unit index. track_index: Specific automation track (-1 = all automation tracks on the unit).
Returns list of tracks with their automation events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |