uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
UmpEvent
Ump
Event
data
class
UmpEvent
(
val
tick
:
Long
,
val
words
:
UIntArray
)
One UMP event in a MIDI clip: a tick plus the 1-4 words of the message.
Members
Constructors
Ump
Event
Link copied to clipboard
constructor
(
tick
:
Long
,
words
:
UIntArray
)
Properties
tick
Link copied to clipboard
val
tick
:
Long
words
Link copied to clipboard
val
words
:
UIntArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int