fmod_GroupTrack_addSound
Adds a sound to a GroupTrack parameter sheet. Define target (path/GUID), parameter, sound type, start position, and length.
Instructions
Adds an instrument to the track on the model.Parameter specified. Returns the model. [method · GroupTrack.addSound]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | The numerical position of the new model.Sound . The value must be within the parameter 's range. | |
| length | Yes | The numerical length of the new model.Sound . | |
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| parameter | Yes | The parameter sheet to add the sound to. | |
| soundType | Yes | The type of the model.Sound . Must be model.SingleSound , model.MultiSound , or model.ProgrammerSound . |