uapmd-binding
Toggle table of contents
JS
Target filter
JS
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
JsMidiIO
Js
Midi
IO
JS
class
JsMidiIO
:
MidiIO
Members
Functions
add
Input
Handler
Link copied to clipboard
JS
open
override
fun
addInputHandler
(
receiver
:
(
messages
:
UIntArray
,
timestamp
:
Long
)
->
Unit
)
:
Any
Returns an opaque token used to remove the handler.
remove
Input
Handler
Link copied to clipboard
JS
open
override
fun
removeInputHandler
(
token
:
Any
)
send
Link copied to clipboard
JS
open
override
fun
send
(
messages
:
UIntArray
,
timestamp
:
Long
)