fmod_AutomationCurve_addAutomationPoint
Adds an automation point to a curve at a given timeline position and value, enabling precise control of automated properties in FMOD Studio.
Instructions
Creates an automation point at the given position. Returns the automation point ManagedObject . [method · AutomationCurve.addAutomationPoint]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The value to assign the automation point. Must be within the value range of the automated property. | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| position | Yes | The timeline position to place the automation point. Must be within the range of the curve's parameter. |