NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::snd::detail::InstInfo Struct Reference

Description

Definition at line 118 of file snd_BankFile.h.

Classes

struct  WaveDataLocation
 

Public Types

enum  NoteOffType {
  NOTE_OFF_TYPE_RELEASE ,
  NOTE_OFF_TYPE_IGNORE
}
 

Public Attributes

WaveDataLocation waveDataLocation
 
u8 attack
 
u8 hold
 
u8 decay
 
u8 sustain
 
u8 release
 
NoteOffType noteOffType
 
u8 alternateAssign
 
u8 originalKey
 
u8 pan
 
u8 volume
 
f32 tune
 

Member Enumeration Documentation

◆ NoteOffType

enum nw4r::snd::detail::InstInfo::NoteOffType

Definition at line 123 of file snd_BankFile.h.

Member Data Documentation

◆ waveDataLocation

WaveDataLocation nw4r::snd::detail::InstInfo::waveDataLocation

Definition at line 158 of file snd_BankFile.h.

◆ attack

u8 nw4r::snd::detail::InstInfo::attack

Definition at line 159 of file snd_BankFile.h.

◆ hold

u8 nw4r::snd::detail::InstInfo::hold

Definition at line 160 of file snd_BankFile.h.

◆ decay

u8 nw4r::snd::detail::InstInfo::decay

Definition at line 161 of file snd_BankFile.h.

◆ sustain

u8 nw4r::snd::detail::InstInfo::sustain

Definition at line 162 of file snd_BankFile.h.

◆ release

u8 nw4r::snd::detail::InstInfo::release

Definition at line 163 of file snd_BankFile.h.

◆ noteOffType

NoteOffType nw4r::snd::detail::InstInfo::noteOffType

Definition at line 165 of file snd_BankFile.h.

◆ alternateAssign

u8 nw4r::snd::detail::InstInfo::alternateAssign

Definition at line 166 of file snd_BankFile.h.

◆ originalKey

u8 nw4r::snd::detail::InstInfo::originalKey

Definition at line 167 of file snd_BankFile.h.

◆ pan

u8 nw4r::snd::detail::InstInfo::pan

Definition at line 168 of file snd_BankFile.h.

◆ volume

u8 nw4r::snd::detail::InstInfo::volume

Definition at line 169 of file snd_BankFile.h.

◆ tune

f32 nw4r::snd::detail::InstInfo::tune

Definition at line 170 of file snd_BankFile.h.