Amiga Tracker module support
I have written a scene (node? I’m still getting used to Godot terminology) which can be added to a scene tree for playing 4channel 8bit Amiga mods. Since Godot doesn’t support them anymore.
It’s crude, and only supports the effects commands I needed for my project, also it doesn’t do stereo.
I’m happy to share if anyone needs it.
-Edit- I wrote it very quickly one evening before bed, so it could do with a cleanup/rewrite, but it works with every mod I’ve thrown at it. If anyone does find it useful, it wouldn’t take much prodding to get me to add the missing features if anyone wants them.
Comments
I don't have a use for this right now but sounds pretty neat.
I see no reason not to post it into the resources category. If and when someone needs it, they will be able to find it.
Well the code is a bit messy, and I would want to clean it up before posting publicly. I’m new to C# (it’s a bit strange after my years of C++/Obj-C), so I have made a few weird design decisions.
But if anyone needs the code now, they can just let me know!