InstrumentNote

data class InstrumentNote(val instrument: Int, val noteValue: Int)

Constructors

Link copied to clipboard
constructor(instrument: Int, noteValue: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val instrumentEnum: NoteBlockInstrument
Link copied to clipboard