fmod_create_event
Create an event in FMOD Studio, import an audio file as a one-shot, and assign to a bank in a single composite operation.
Instructions
Composite: create an event, optionally import a one-shot sound onto a new audio track and assign the event to a bank. Equivalent to a create + importAudioFile + addGroupTrack + addSound + set audioFile + add bank relationship.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| sound | No | Absolute path to an audio file to place as a one-shot. | |
| bank_name | No | Bank to assign to, e.g. 'Master'. Omit to skip. | |
| folder_path | No | Existing folder lookup path, e.g. 'event:/SFX'. |