This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The spec has examples like output.send( [0x90, 60, 0x7f] ); We should really pull the array declarations out of inline, e.g. var data = [0x90, 60, 0x7f]; output.send( data ); to highlight that it is an array parameter.
Changed the first example to non-inlined, but kept the second one as an example of how to make it easier. https://github.com/WebAudio/web-midi-api/commit/9c34ae09b378cd34d5e43ca49916ff79427e5402
Batch-closing RESOLVED MIDI issues. Reminder: midi issues now tracked at https://github.com/WebAudio/web-midi-api/issues