You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
use the genesis midi interface, with a serial to usb midi connection. (baud rate is 4800)
connect a midi keyboard and play something
turn the knobs while the notes are playing
the notes should start glitching, like slowing down or not playing at all
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: