UmpEvent

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.

Constructors

Link copied to clipboard
constructor(tick: Long, words: UIntArray)

Properties

Link copied to clipboard
val tick: Long
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int