MidiMessage

class MidiMessage(val deltaTime: Int, evt: MidiEvent)

Deprecated

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

Constructors

Link copied to clipboard
constructor(deltaTime: Int, evt: MidiEvent)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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