class Yuno::VgmFile::ExtraHeader::Volume

Overview

Represents a modified volume level within the extra header.

Defined in:

yunosynth/vgmfile.cr

Instance Method Summary

Instance Method Detail

def chipId : UInt8 #

The ID of the chip that this volume level is for.


def chipId=(chipId : UInt8) #

The ID of the chip that this volume level is for.


def flags : UInt8 #

When bit 0 is set, this is for the second chip.


def flags=(flags : UInt8) #

When bit 0 is set, this is for the second chip.


def volume : UInt16 #

The new volume value.


def volume=(volume : UInt16) #

The new volume value.