struct WAD::Genmidi::InstrumentData
- WAD::Genmidi::InstrumentData
- Struct
- Value
- Object
Overview
"The header is followed by 175 36-byte records of instrument data".
Defined in:
wa-cr/wad/wad-data/music.crConstructors
Instance Method Summary
-
#clone
Returns a copy of
self
with all instance variables cloned. - #header : Array(Int8 | Int16)
- #header=(header : Array(Int8 | Int16))
- #initialize
-
#voice1_data : Array(Int8 | Int16)
TODO Create actual voice data struct
-
#voice1_data=(voice1_data : Array(Int8 | Int16))
TODO Create actual voice data struct
- #voice2_data : Array(Int8 | Int16)
- #voice2_data=(voice2_data : Array(Int8 | Int16))