WebIDLpedia

MIDIAccess interface

Definition

Web MIDI API defines MIDIAccess



[SecureContext, Exposed=Window] interface MIDIAccess: EventTarget {
  readonly attribute MIDIInputMap inputs;
  readonly attribute MIDIOutputMap outputs;
  attribute EventHandler onstatechange;
  readonly attribute boolean sysexEnabled;
};

Methods and attributes that return objects implementing MIDIAccess

Referring IDL interfaces/dictionaries