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 | 21 days 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.
Ah thank you, I've updated the documentation to show the correct usage of the function.
As far as explaining GameMaker's audio bus system, I have something else in the works that should help with that. Coming soon!
Thanks for this, a well needed extension.