class Yuno::VgmFile::ExtraHeader

Overview

Represents the extra header within a VGM file.

Defined in:

yunosynth/vgmfile.cr

Instance Method Summary

Instance Method Detail

def clocks : Hash(UInt8, Array(Clock)) #

The modified clock values within this extra header.


def volumes : Hash(UInt8, Array(Volume)) #

The modified volume values within this extra header.