AFX Library
A downloadable thingy
Want to add cool audio effects to your game, but don't know where to start? You're in the right place. This is a single GML script that adds 45 premade audio effects to your project, along with a few utilities to help apply them to your game or only specific sounds.
All effects can be applied to your whole game with only a single line of code like this:
afx_chiptune(audio_bus_main);
Complete documentation is included within the script itself.
| Published | 18 hours ago |
| Status | Released |
| Category | Other |
| Author | topherlicious |
| Tags | Audio, Effects, GameMaker, library, Sound effects |
| Content | No generative AI was used |
Download
Download
AFXLibrary.yymps 6.5 kB

Comments
Log in with itch.io to leave a comment.
Tried it out and it's pretty cool. Got stuck for a bit applying it to a single sound as the example show that you should pass the effect function without arguments but in fact you have to else it doesn't play at all. Apart from that nicely documented and easy to understand. I would recommend giving a short description on the audio bus system as well just to link the concept properly.
Thanks for this, a well needed extension.