Ordering of messages scheduled at the exact same time #212
Labels
category: enhancement
https://www.w3.org/policies/process/#class-3
Needs Edits
https://speced.github.io/spec-maintenance/about/
Priority: Soon
https://speced.github.io/spec-maintenance/about/
Milestone
It might be a good idea to specify the order in which messages scheduled for the exact same timestamp are sent.
I stumbled into a situation with JazzSoft's implementation of
requestMidiAccess
where control change messages intended to select an NRPN parameter are sent out of order.This is what I am doing:
But the message are (sometimes) received in this order:
I believe messages scheduled for the exact same timestamp should be sent in the order they were originally queued. The spec should probably explicitly mention that.
Does that make sense?
The text was updated successfully, but these errors were encountered: