RetroArch/midi/drivers
negativeExponent 22d7fbd521
alsa_midi: Prevent some notes to linger when application is closed (#16815)
Appears to be enough to silence any lingering notes when midi is playing
and core is suddenly closed. Tried adding this on the core side but
midi_free comes first before retro_deinit/retro_unload_game so the
driver was already closed.

Another way to fix this in the core's side is to call 'flush'
immediately after any midi writes, but that doesn't appear to be the
api's design, flush is supposed to get called at the end of the
retro_run.

Im open for any better methods. but this should work for the issue
without causing other problems.

Co-authored-by: negativeExponent <negativeExponent@users.noreply.github.com>
2024-07-25 11:38:09 -07:00
..
alsa_midi.c alsa_midi: Prevent some notes to linger when application is closed (#16815) 2024-07-25 11:38:09 -07:00
winmm_midi.c winmm_midi: Fix midi_write_long_event unable to send sysex correctly (#16804) 2024-07-22 19:08:29 -07:00