NbsHeader

data class NbsHeader(val version: Byte = 0, val vanillaInstrumentCount: Byte = 0, val songLength: Short = 0, val layerCount: Short = 0, val songName: String? = null, val songAuthor: String? = null, val songOriginalAuthor: String? = null, val songDescription: String? = null, val tempo: Short = 0, val autoSaving: Byte = 0, val autoSavingDuration: Byte = 0, val timeSignature: Byte = 0, val minutesSpent: Int = 0, val leftClicks: Int = 0, val rightClicks: Int = 0, val noteBlocksAdded: Int = 0, val noteBlocksRemoved: Int = 0, val midiFileName: String? = null, val loopOnOff: Byte = 0, val maxLoopCount: Byte = 0, val loopStartTick: Short = 0)

Constructors

Link copied to clipboard
constructor(version: Byte = 0, vanillaInstrumentCount: Byte = 0, songLength: Short = 0, layerCount: Short = 0, songName: String? = null, songAuthor: String? = null, songOriginalAuthor: String? = null, songDescription: String? = null, tempo: Short = 0, autoSaving: Byte = 0, autoSavingDuration: Byte = 0, timeSignature: Byte = 0, minutesSpent: Int = 0, leftClicks: Int = 0, rightClicks: Int = 0, noteBlocksAdded: Int = 0, noteBlocksRemoved: Int = 0, midiFileName: String? = null, loopOnOff: Byte = 0, maxLoopCount: Byte = 0, loopStartTick: Short = 0)

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard