Replies: 1 comment 3 replies
-
Hi @nilskj thanks for reaching out and the kind words! Totally, this sounds like a great feature to add as a plugin! I'm not familiar with mod tracker files but I'll add this to our radar (roadmap). It should be possible in theory to parse them and produce sound with the underlying WebAudio API. They seem similar in concept to MIDI (which I think would also be cool to support in some way) Have you found any JS libraries that you like to parse/play MOD tracker files? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great work with this Fantastic engine, great ease of use! Would be nice to also enable playing mod tracker files (.xm .s3m .mod). Goes well with retro style games and with tiny filesizes they are great for the web context.
I tried some other libs but most of them are very old and works poorly. This would be very convenient to have in the Sound class... or even better as an opt in separate library though and just write a ModSound class that wraps it up, extending Sound
Beta Was this translation helpful? Give feedback.
All reactions