Scripts to organise events assignments to banks. Add to the Scripts folder in the FMOD application or to your project folder (add folder called Scripts):
There are two scripts: • One for adding single events to a bank - use with the shortcut (or add your own) for it to be more effective than the right-click method. • The second script allows for adding multiple event to a bank, create a new bank, remove and re-organise events.
To add your own shortcut, open the script in a text editor and look for: "keysequence:".
How to use:
FMOD.ScriptsGItReadME.mp4
Parameter settings for Label param
Label.param.mp4
A FMOD Studio script to create a 3D event from selected audio assets.
Details
- Select one or more audio assets in the FMOD Studio browser.
- Run the script via
FMOD Examples -> Create 3D Event, or hitCtrl + H. - Enter a name for the new event when prompted.
- The script will create an event, apply a spatializer, and assign the selected audio assets.
- The script ensures that only audio file assets can be used.
- The longest selected asset determines the event length when using multiple assets.
- The created event includes a group track named
Audio Track. - The event will be displayed in the FMOD Studio project structure after execution.
A FMOD Studio script that will find effect chains on the master track of an event and log its effects.
Details
- Select an event
- Run the script via
FMOD Examples -> Retrieve Effect Chain - Open the console (
CTRL + 0) and see the effects logged if any
- Currently only checks the master track of the selected event
A FMOD Studio script that will add all effects as of 2.02 to an event
Details
- Select an event
- Run the script via
FMOD Examples -> Add All Effects - Open the console (
CTRL + 0) to view the output of the script - The effects are now added to the event
A FMOD Studio script that finds any audio files that are included in multiple banks.