[Bug 18762] MIDIOutput.sendMessage doesn't need a timestamp

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18762

Florian Bomers <w3c_bugz@bome.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w3c_bugz@bome.com

--- Comment #4 from Florian Bomers <w3c_bugz@bome.com> 2012-09-05 19:31:07 UTC ---
just asking: doesn't the syntax allow you to define:

void sendMessage(DOMHighResTimeStamp timestamp, short status, short... data)

Then we could have a timestamp for the convenience "send" method, and a
variable length message. Set timestamp to 0 to send it immediately.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 5 September 2012 19:31:09 UTC