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

Description

Definition at line 84 of file snd_global.h.

Public Attributes

f32 volume
 
f32 pitch
 
f32 pan
 
f32 surroundPan
 
f32 fxSend
 
f32 lpf
 

Constructor & Destructor Documentation

◆ VoiceOutParam()

nw4r::snd::VoiceOutParam::VoiceOutParam ( )
inline

Definition at line 89 of file snd_global.h.

Member Data Documentation

◆ volume

f32 nw4r::snd::VoiceOutParam::volume

Definition at line 101 of file snd_global.h.

◆ pitch

f32 nw4r::snd::VoiceOutParam::pitch

Definition at line 102 of file snd_global.h.

◆ pan

f32 nw4r::snd::VoiceOutParam::pan

Definition at line 103 of file snd_global.h.

◆ surroundPan

f32 nw4r::snd::VoiceOutParam::surroundPan

Definition at line 104 of file snd_global.h.

◆ fxSend

f32 nw4r::snd::VoiceOutParam::fxSend

Definition at line 105 of file snd_global.h.

◆ lpf

f32 nw4r::snd::VoiceOutParam::lpf

Definition at line 106 of file snd_global.h.