libretro / px68k-libretro

Portable SHARP X68000 Emulator for Libretro
http://hissorii.blog45.fc2.com
GNU General Public License v2.0
45 stars 41 forks source link

[Enhancement] MIDI Support #65

Closed usedr closed 5 days ago

usedr commented 6 years ago

Would :two_hearts: to see MIDI, save states and rewind-support in newer updates :yum:

anothername99 commented 6 years ago

There's a bounty for this: https://github.com/libretro/RetroArch/issues/6908

Darknior commented 6 years ago

WOAW excellent, thanks for the information :) I dream to see it with savestate too :p

ToniBC commented 2 years ago

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.

negativeExponent commented 1 month ago

midi is supported through libretro api. supports both windows and linux.

negativeExponent commented 5 days ago

MIDI support is already enabled in core. so im cosidering this issue closed.