Devlogs
Version 1.9 out NOW!
Posted September 13, 2019 by Xecestel
#update #version 1.9 #resources preloading #bug fixes #absolute paths #improvements
What's new?
- Manual preloading of audio resources
Now you can manually tell the Sound Manager to load some resources beforehand passing a list of audio files (using the file names, the file paths or the sound name from the Audio Files Dictionary) or a directory path! This is especially useful if you want to preload audio files but don't want to preload all of them at startup. You can also unload any previously loaded resources! - Improved absolute paths usage
With this new version you won't need to tell the Sound Manager that you're passing an absolute path anymore: you will just have to do it and the module will do the rest, even if it's not one of the standard sound directories you set on the plugin dock! - Module updated
Now the module doesn't require the plugin anymore: you can use it as a simple AutoLoad if you want to for some reason. The module will check if the plugin is installed at startup and work accordingly. - Bug fixes
General bug fixes and improvements.