fmod_project_audioFileImported_connect
Sets a callback function that triggers after an audio file is imported into FMOD Studio for immediate project editing and workflow automation.
Instructions
Sets a function to be called when an audio file is imported, with the signature function(audioFile) . [method · project.audioFileImported.connect]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callback | Yes | A callback function that will be called when an audio file import has completed. |