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