This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18760 - timestamps in MIDIMessage should be explicitly allowed to be zero, with semantic "send ASAP"
Summary: timestamps in MIDIMessage should be explicitly allowed to be zero, with seman...
Status: CLOSED FIXED
Alias: None
Product: AudioWG
Classification: Unclassified
Component: MIDI API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: TBD
Assignee: This bug has no owner yet - up for the taking
QA Contact: public-audio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 22:38 UTC by Chris Wilson
Modified: 2012-11-15 08:25 UTC (History)
3 users (show)

See Also:


Attachments

Description Chris Wilson 2012-08-31 22:38:36 UTC
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".
Comment 1 Florian Bomers 2012-09-05 19:11:17 UTC
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 :)
Comment 2 Jussi Kalliokoski 2012-09-06 05:45:07 UTC
Yes, I think I'll try to get a wording that accepts undefined and null as ASAP values as well.
Comment 3 Chris Wilson 2012-10-17 23:44:55 UTC
Resolved with checkin:
https://dvcs.w3.org/hg/audio/rev/f4727ce84474
Comment 4 Olivier Thereaux 2012-11-15 08:25:37 UTC
Precise link to change is https://dvcs.w3.org/hg/audio/rev/f4727ce84474#l1.211

Everyone seems to agree. Closing.