mcp_opendaw_list_automation_events
Lists automation events on an audio unit's Value tracks with beat positions, values, and interpolation types. Enter unit and track indices to fetch all automation points for specific or all tracks.
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 |