fmod_Sound_setFadeOutCurve
Set the fade-out duration and curve shape for a sound instrument to control how it fades out over time.
Instructions
Sets the fade-out curve of the instrument to the specified length and curve shape. [method · Sound.setFadeOutCurve]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | The numerical duration of the new fade-out curve. | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| curveShape | Yes | The numerical velocity of the curve. A value of 0 creates a linear fade-out, a positive value creates an accelerating fade-out, and a negative negative value creates a decelerating fade-out. |