jussi-kalliokoski / webmidi-issues

A test repo for importing the issues from bugzilla
0 stars 0 forks source link

timestamps in MIDIMessage should be explicitly allowed to be zero, with semantic "send ASAP" #39

Closed jussi-kalliokoski closed 11 years ago

jussi-kalliokoski commented 11 years ago

Originally reported on W3C Bugzilla ISSUE-18760 Fri, 31 Aug 2012 22:38:36 GMT Reported by Chris Wilson Assigned to This bug has no owner yet - up for the taking

The .timestamp in MIDIMessage should be explicitly allowed to be set to zero for the purposes of sendMIDIMessage, with the semantic of "send this as soon as possible".

jussi-kalliokoski commented 11 years ago

Original comment by Florian Bomers on W3C Bugzilla. Wed, 05 Sep 2012 19:11:17 GMT

I like that. You can generalize this to: if the .timestamp is less or equal to the current time, the message is sent asap.

and "hello" from me :)

jussi-kalliokoski commented 11 years ago

Original comment by Jussi Kalliokoski on W3C Bugzilla. Thu, 06 Sep 2012 05:45:07 GMT

Yes, I think I'll try to get a wording that accepts undefined and null as ASAP values as well.

jussi-kalliokoski commented 11 years ago

Original comment by Chris Wilson on W3C Bugzilla. Wed, 17 Oct 2012 23:44:55 GMT

Resolved with checkin: https://dvcs.w3.org/hg/audio/rev/f4727ce84474

jussi-kalliokoski commented 11 years ago

Original comment by Olivier Thereaux on W3C Bugzilla. Thu, 15 Nov 2012 08:25:37 GMT

Precise link to change is https://dvcs.w3.org/hg/audio/rev/f4727ce84474#l1.211

Everyone seems to agree. Closing.