Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.midi
/
MIDIAccess
MIDIAccess
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