automation_list
Inspect automation curves on any FMOD target for volume, pitch, or gain — retrieve each curve's GUID, bound driver parameter, and full [position, value] point data.
Instructions
List the real automation curves + points on a target's automator for a given property — every curve's guid, the driver parameter it's bound to, and its actual [position, value] points.
Args: target: The automated object (mixer group, bus, VCA, event). property: 'volume' | 'pitch' | 'gain' (default 'volume').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| property | No | volume |