Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker music support for ngdevkit? #109

Open
NeoGeoFreak2004 opened this issue Mar 19, 2024 · 2 comments
Open

Tracker music support for ngdevkit? #109

NeoGeoFreak2004 opened this issue Mar 19, 2024 · 2 comments

Comments

@NeoGeoFreak2004
Copy link

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?

@dciabrin
Copy link
Owner

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.

@dciabrin
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants