Open hex-spell opened 1 year ago
Thanks for the issue. Just in case anyone else comes looking, MIDI's baud rate is 31250.
The serial connection baud rate for MDMI (Mega Drive MIDI Interface) is 4800, which is about 6.5 times less than the MIDI spec which is really where this issue lies.
MDMI offers many different connection options where this issue is essentially negated, namely using the USB port of an Everdrive Pro or X7, or the MegaWiFi Cartridge.
Describe the bug Using the genesis midi interface I found that I cannot play notes and turn knobs at the same time. My guess is that the knobs are sending too many cc messages and flooding the serial connection. This bug is more noticeable in poly mode.
To Reproduce Steps to reproduce the behavior:
Expected behavior we should be able to do both things at the same time
Additional context I made this issue so I can link it to my pull request with a fix