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

Include Dexed in MT32-PI #239

Open
mwedmark opened this issue Feb 8, 2022 · 10 comments
Open

Include Dexed in MT32-PI #239

mwedmark opened this issue Feb 8, 2022 · 10 comments

Comments

@mwedmark
Copy link

mwedmark commented Feb 8, 2022

Would be really great if the open-source DX7 emulation synth Dexed was included or simply to include in MT32-PI.
What is the thoughs around adding more nice synths?

@dwhinham
Copy link
Owner

dwhinham commented Feb 8, 2022

I've thought about this for a long time, since early last year, as I have a real DX7-IIFD and love it a lot.

If there's demand for this, I'll certainly do it.

I'm fully aware of a porting effort ongoing on the Circle repo ("MiniDexed"), but I'm not sure if their efforts will fit well into mt32-pi's codebase.

Will leave this open until I get time to look into it.

@mwedmark
Copy link
Author

mwedmark commented Feb 8, 2022

Thanks for the quick feedback! I'll currently don't own a MT32-PI but I'll build one just for fun. I did grow up with AWE32 and it's fantastic Soundfonts. Pro stuff for a dime. Nice to see the tech working here as well!

@KlasO
Copy link

KlasO commented Feb 8, 2022

Just posting to show my appreciation for raising this brilliant issue.

@human222
Copy link

human222 commented Feb 14, 2022

Dexed would be fantastic. Imagine composing DX7 music with one of the computer cores on the MiSTer + mt32-pi?

Also as a side-note, MAME can emulate a number of synthesizers, including some FM ones that have a bit of a similarity to the DX line. Just adding this in case the Dexed codebase turns out to be difficult.

@dekkit
Copy link

dekkit commented Feb 15, 2022

Just dropped in to say excellent project and daaang that would be aweeeesome to have DX7/dexed!

@krulf
Copy link

krulf commented Feb 15, 2022

Sounds really good if it could be made to work!

@dwhinham
Copy link
Owner

Dexed would be fantastic. Imagine composing DX7 music with one of the computer cores on the MiSTer + mt32-pi?

🙂

Also as a side-note, MAME can emulate a number of synthesizers, including some FM ones that have a bit of a similarity to the DX line. Just adding this in case the Dexed codebase turns out to be difficult.

Good point, I think ultimately MAME's synthesizers would be the better option as they are going for accuracy and complete emulation of the machine. There was some Yamaha MU-series related research going on too, IIRC. I'll look into this.

As for Dexed - the upstream codebase is pretty hard to wrap my head around and the code itself is pretty thin on the documentation.

I took a look at Synth_Dexed, whose author has done the hard work of providing a sane API for implementing Dexed's synth engine into other projects; this is what MiniDexed is also using.

Right now, I have it compiled-in to mt32-pi, and generating sound from within mt32-pi already, but MIDI keys don't seem to correspond to proper tones. It sounds like FM, but perhaps all the instrument settings are not initialized properly; probably something I'm doing wrong, not sure yet.

Will provide more info later.

@human222
Copy link

Good point, I think ultimately MAME's synthesizers would be the better option as they are going for accuracy and complete emulation of the machine. There was some Yamaha MU-series related research going on too, IIRC. I'll look into this.

Yeah there's lots of goodies in MAME. I think they started on SC-55 as well, although that one isn't showing life yet. About the MU-series, I tested it myself a while back. It's not perfect but it's quite pleasant already.

mame midi

In the screenshot I got one instance of MAME sending MIDI OUT to a loopback device, and then a second instance of MAME receiving MIDI IN from the same loopback device. The loopback device can of course be skipped when using hardware.

Right now, I have it compiled-in to mt32-pi, and generating sound from within mt32-pi already, but MIDI keys don't seem to correspond to proper tones. It sounds like FM, but perhaps all the instrument settings are not initialized properly; probably something I'm doing wrong, not sure yet.

Will provide more info later.

That's great too. Well, whichever route you take, it looks like something very exciting is coming up for the mt32-pi. I can't wait to see what happens! :)

@probonopd
Copy link

probonopd commented Feb 23, 2022

I'm fully aware of a porting effort ongoing on the Circle repo ("MiniDexed"), but I'm not sure if their efforts will fit well into mt32-pi's codebase.

Happy to collaborate.

If you find something in MiniDexed that you think is not a good architecture decision, then we'd be more than happy to hear from you.

There are continuous builds now in case you'd like to try it out.

@Metacrack
Copy link

Why not implementing NukedOPL for a OPL emulation?

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

No branches or pull requests

8 participants