fmod_Sound_setFadeInCurve
Set the fade-in duration and curve shape for a sound instrument in FMOD Studio.
Instructions
Sets the fade-in curve of the instrument to the specified length and curve shape. [method · Sound.setFadeInCurve]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | The numerical duration of the new fade-in 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-in, a positive value creates an accelerating fade-in, and a negative negative value creates a decelerating fade-in. |