| Class | Description |
|---|---|
| MIDIAccess |
The MIDIAccess interface of the Web MIDI API provides methods for listing MIDI input and output devices, and obtaining access to those devices.
|
| MIDIConnectionEvent |
The MIDIConnectionEvent interface of the Web MIDI API is the event passed to the onstatechange event handler of the MIDIAccess interface and the onstatechange event of the MIDIPort interface.
|
| MIDIInput |
The MIDIInput interface of the Web MIDI API receives messages from a MIDI input port.
|
| MIDIInputMap |
The MIDIInputMap read-only interface of the Web MIDI API provides a Map-like interface to the currently available MIDI input ports.
|
| MIDIInputMap.Entry | |
| MIDIMessageEvent |
The MIDIMessageEvent interface of the Web MIDI API represents the event passed to the onmidimessage event handler of the MIDIInput interface.
|
| MIDIOutput |
The MIDIOutput interface of the Web MIDI API provides methods to add messages to the queue of an output device, and to clear the queue of messages.
|
| MIDIOutputMap |
The MIDIOutputMap read-only interface of the Web MIDI API provides a Map-like interface to the currently available MIDI output ports.
|
| MIDIOutputMap.Entry | |
| MIDIPort |
The MIDIPort interface of the Web MIDI API represents a MIDI input or output port.
|
| MIDIPortConnectionState.Util | |
| MIDIPortDeviceState.Util | |
| MIDIPortType.Util |
| Annotation Type | Description |
|---|---|
| MIDIPortConnectionState | |
| MIDIPortDeviceState | |
| MIDIPortType |