Feature: Midi - make it possible to handle 'SystemRealTime' events synchronously#643
Feature: Midi - make it possible to handle 'SystemRealTime' events synchronously#643HeckHeckHeckHeck wants to merge 2 commits intoelectro-smith:masterfrom
Conversation
|
@HeckHeckHeckHeck with your digging into midi clock, do you have any thoughts on this issue? |
|
its just a "back of the envelope" design suggestion prototype. Works for me (perfectly actually). |
|
+1 on this -- I've been ripping my hair out why my Seed inexplicably thought my MIDI channel was switching to 9 spontaneously. I just wrote my own fix at master...TomFrost:libDaisy:fix/midi-parser-running-status to detect the RTClock message before the parser resets. I should have looked here first. IMO @HeckHeckHeckHeck 's solution is more elegant, but I'll keep mine here for reference if it's worthwhile to anyone. |
|
This looks like a solid starting point for improvements with realtime handling to me! I'll be looking at this and the new related (running status fix) PR early next week. Thanks for the contribution! |
Sync more precisely to a Midi clock signal.