AndroidMidiIO

Functions

Link copied to clipboard
open override fun addInputHandler(receiver: (UIntArray, Long) -> Unit): Any

Returns an opaque token used to remove the handler.

Link copied to clipboard
open override fun removeInputHandler(token: Any)
Link copied to clipboard
open override fun send(messages: UIntArray, timestamp: Long)