You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, so anyways I was wondering, does ngdevkit support .mod files(tracker music files)? Why do I say this, well I’m trying to make a demo where I can play music but in mod format so how do I include it in the code + does it support .mod files?
The text was updated successfully, but these errors were encountered:
I have started implementing support to play back Furnace modules.
Furnace is an open source chiptune tracker that support ym2610, and ngdevkit converts those .fur modules into an internal/pre-compiled format suited for the z80, called NSS.
The support has landed very recently, it's still incomplete, but sufficient to play back ADPCM, FM and SSG channels.
Unfortunately there is no doc just yet, and the accompanying example has not landed in ngdevkit-examples. It should arrive by next week.
It just so happen that another ticket tracked music support in ngdevkit, so I added #103 (comment) to give a brief idea of how that would work and where to see it in action.
Hey there, so anyways I was wondering, does ngdevkit support .mod files(tracker music files)? Why do I say this, well I’m trying to make a demo where I can play music but in mod format so how do I include it in the code + does it support .mod files?
The text was updated successfully, but these errors were encountered: