toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.midi
/
MIDIAccess
MIDIAccess
external
class
MIDIAccess
:
EventTarget
(
source
)
Available only in secure contexts.
MDN Reference
Members
Properties
inputs
Link copied to clipboard
val
inputs
:
MIDIInputMap
MDN Reference
onstatechange
Link copied to clipboard
var
onstatechange
:
EventHandler
<
MIDIConnectionEvent
,
MIDIAccess
,
MIDIAccess
>
?
MDN Reference
outputs
Link copied to clipboard
val
outputs
:
MIDIOutputMap
MDN Reference
state
Change
Event
Link copied to clipboard
val
stateChangeEvent
:
EventInstance
<
MIDIConnectionEvent
,
MIDIAccess
,
MIDIAccess
>
MDN Reference
sysex
Enabled
Link copied to clipboard
val
sysexEnabled
:
Boolean
MDN Reference
Functions
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean