class Yuno::VgmFile::ExtraHeader::Volume
- Yuno::VgmFile::ExtraHeader::Volume
- Reference
- Object
Overview
Represents a modified volume level within the extra header.
Defined in:
yunosynth/vgmfile.crInstance Method Summary
-
#chipId : UInt8
The ID of the chip that this volume level is for.
-
#chipId=(chipId : UInt8)
The ID of the chip that this volume level is for.
-
#flags : UInt8
When bit 0 is set, this is for the second chip.
-
#flags=(flags : UInt8)
When bit 0 is set, this is for the second chip.
-
#volume : UInt16
The new volume value.
-
#volume=(volume : UInt16)
The new volume value.