struct WAD::Genmidi::InstrumentData

Overview

"The header is followed by 175 36-byte records of instrument data".

Defined in:

wa-cr/wad/wad-data/music.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def header : Array(Int8 | Int16) #

def header=(header : Array(Int8 | Int16)) #

def initialize #

def voice1_data : Array(Int8 | Int16) #

TODO Create actual voice data struct


def voice1_data=(voice1_data : Array(Int8 | Int16)) #

TODO Create actual voice data struct


def voice2_data : Array(Int8 | Int16) #

def voice2_data=(voice2_data : Array(Int8 | Int16)) #