Nbs Header
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)