Input order gets scrambled when interface is slow

When working on projects so large that there’s a noticeable delay between acting on input devices and seeing the result of the action in the user interface, the order of input is lost.

For example, when quickly alternating between pressing the G4 key on my MIDI keyboard and spacebar, you would expect this output:
image
But instead, I get this output:
image
Thanks in advance! :slight_smile:

Yes, if you’re mixing input methods between the MIDI keyboard and the computer keyboard, there’s always the risk that events will be processed out of real-time order. There’s no remedy for this at the moment except to slow down a bit.

1 Like

Thanks for confirming! And yes, as I forgot to mention, if limited to the qwerty keyboard, the key pressing order appears to be preserved.