-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Enhancement] MIDI Support #65
Comments
There's a bounty for this: libretro/RetroArch#6908 |
WOAW excellent, thanks for the information :) |
We already have cores with this option, that is, in Scummvm or Dosbox Pure and Core, for example, we have support for Fluidsync and Soundfont, with that the problem of using Roland is solved and it would be easy to implement because the code is already implemented in other cores . Another option would be the possibility of using General Midi, which on PC is complemented with VirtualMIDISynth and we can simulate Roland or AWE cards or higher without problems. I think it would be nice to implement some of these options for this core. Other emulators like XM6 Pro-68k have support for General Midi and we can listen or simulate the sound of the Roland without having to emulate it. It is only to carry the Dosbox Pure code for the midi and little else. |
midi is supported through libretro api. supports both windows and linux. |
MIDI support is already enabled in core. so im cosidering this issue closed. |
Would 💕 to see MIDI, save states and rewind-support in newer updates 😋
The text was updated successfully, but these errors were encountered: