MidiEvent

class MidiEvent

Deprecated

Use Midi1Message (note that there is also Midi1Event which is NOT the type to update from this one)

Constructors

Link copied to clipboard
constructor(value: Int)
constructor(type: Int, arg1: Int, arg2: Int, extraData: ByteArray? = null, extraOffset: Int = 0, extraLength: Int = extraData?.size ?: 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lsb: Byte
Link copied to clipboard
Link copied to clipboard
val msb: Byte
Link copied to clipboard
Link copied to clipboard
var value: Int

Functions

Link copied to clipboard
open override fun toString(): String