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

MIDI input support #58

Open
ChrisOstler opened this issue Jan 6, 2021 · 1 comment
Open

MIDI input support #58

ChrisOstler opened this issue Jan 6, 2021 · 1 comment

Comments

@ChrisOstler
Copy link

I have a MIDI keyboard that has a teaching program that runs on a PC (Miracle Piano Teaching System). I want to get it running again, but it requires MIDI input (as well as output). Its MIDI support is specific to the PS/1 Audio Card, so I was excited to see MIDI output support land!

MIDI input support has also been requested for DOSBox (and forks). This issue for DOSBox-X includes links to rough patches with earlier attempts to add it: joncampbell123/dosbox-x#756

@barotto
Copy link
Owner

barotto commented Jan 7, 2021

Thanks for the pointer, I'll look into it.

But I know very little about MIDI, just enough to port DOSBox's code to IBMulator.
My goal was to enable MT-32 music in videogames.
If the proposed DOSBox patch is good and working I may be able to implement something, but I can't promise anything at the moment.

Also be aware that the PS/1 Audio Card serial MIDI interface is not currently emulated, only MPU-401 and SB-MIDI. This is primarily because there's barely any documentation, and also supported software is unknown to me (except maybe an old dos version of Cakewalk?)

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

2 participants