WebIDLpedia

MIDIOutput interface

Definition

Web MIDI API defines MIDIOutput



[SecureContext, Exposed=Window] interface MIDIOutput : MIDIPort {
  undefined send(sequence<octet> data, optional DOMHighResTimeStamp timestamp = 0);
  undefined clear();
};

Referring IDL interfaces/dictionaries