@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="MIDIAccess")
public class MIDIAccess
extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
@JsNullable EventHandler |
onstatechange |
| Modifier | Constructor and Description |
|---|---|
protected |
MIDIAccess() |
| Modifier and Type | Method and Description |
|---|---|
MIDIInputMap |
inputs() |
MIDIOutputMap |
outputs() |
boolean |
sysexEnabled() |
addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic @JsNullable EventHandler onstatechange
@JsProperty(name="inputs") @Nonnull public MIDIInputMap inputs()
@JsProperty(name="outputs") @Nonnull public MIDIOutputMap outputs()
@JsProperty(name="sysexEnabled") public boolean sysexEnabled()