send method
The send()
method of the MIDIOutput interface queues messages for
the corresponding MIDI port. The message can be sent immediately, or with
an optional timestamp to delay sending.
Implementation
external void send(
JSArray<JSNumber> data, [
DOMHighResTimeStamp timestamp,
]);