[Bug 20510] send(sequence<short> data) should just be send(any data)

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

--- Comment #5 from Jussi Kalliokoski <jussi.kalliokoski@gmail.com> ---
(In reply to comment #4) 
> Will any hardware die if it gets a long string of 0s?

I doubt it. IIRC by spec that would be an invalid message, and therefore
probably won't even be sent to USB-MIDI devices. As for normal MIDI devices,
unless buggy, I think the message would just be skipped if they adhere to the
spec. That might be a different case if we allowed partial messages (you'd
probably be going FUBAR anyway if you sent a new message in the middle of a
partial message anyway), but we don't.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 26 December 2012 00:07:40 UTC