detecting midi RX buffer overflow?

I have some trouble with missing notes in my application,

is it possible to check for a full RX buffer and set J14 when this occurs?

Michaël

Thats possible with a small modification in mios_midi.inc, search for “MIOS_MIDI_RxBufferPut” and “prevent overrun”

Best Regards, Thorsten.

Thanks Thorsten,

it worked, I only get an overflow when sending a lot of midi notes on startup

so the problem has to be something else..

Michaël