fmod_AutomatableObject_addModulator
Add a modulator to a property of an FMOD Studio automatable object. Specify the target object, modulator type, and property name to modulate.
Instructions
Creates a model.Modulator for a given property of the automatable object. Returns the modulator ManagedObject . [method · AutomatableObject.addModulator]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| propertyName | Yes | The name of the property to modulate with the newly create modulator. | |
| modulatorType | Yes | Type of modulator to add. Must be RandomizerModulator , ADSRModulator , SidechainModulator or AutopitchModulator . |