NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 34 of file AXFXChorusExp.h.
Public Attributes | |
AXFX_CHORUS_EXP_DELAY | delay |
AXFX_CHORUS_EXP_LFO | lfo |
f32 | history [3][4] |
u32 | histIndex |
u32 | active |
f32 | delayTime |
f32 | depth |
f32 | rate |
f32 | feedback |
AXFX_BUS * | busIn |
AXFX_BUS * | busOut |
f32 | outGain |
f32 | sendGain |
AXFX_CHORUS_EXP_DELAY AXFX_CHORUS_EXP::delay |
Definition at line 35 of file AXFXChorusExp.h.
AXFX_CHORUS_EXP_LFO AXFX_CHORUS_EXP::lfo |
Definition at line 36 of file AXFXChorusExp.h.
f32 AXFX_CHORUS_EXP::history[3][4] |
Definition at line 37 of file AXFXChorusExp.h.
u32 AXFX_CHORUS_EXP::histIndex |
Definition at line 38 of file AXFXChorusExp.h.
u32 AXFX_CHORUS_EXP::active |
Definition at line 39 of file AXFXChorusExp.h.
f32 AXFX_CHORUS_EXP::delayTime |
Definition at line 40 of file AXFXChorusExp.h.
f32 AXFX_CHORUS_EXP::depth |
Definition at line 41 of file AXFXChorusExp.h.
f32 AXFX_CHORUS_EXP::rate |
Definition at line 42 of file AXFXChorusExp.h.
f32 AXFX_CHORUS_EXP::feedback |
Definition at line 43 of file AXFXChorusExp.h.
AXFX_BUS* AXFX_CHORUS_EXP::busIn |
Definition at line 44 of file AXFXChorusExp.h.
AXFX_BUS* AXFX_CHORUS_EXP::busOut |
Definition at line 45 of file AXFXChorusExp.h.
f32 AXFX_CHORUS_EXP::outGain |
Definition at line 46 of file AXFXChorusExp.h.
f32 AXFX_CHORUS_EXP::sendGain |
Definition at line 47 of file AXFXChorusExp.h.