NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
AXFX_CHORUS_EXP Struct Reference

Description

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_BUSbusIn
 
AXFX_BUSbusOut
 
f32 outGain
 
f32 sendGain
 

Member Data Documentation

◆ delay

AXFX_CHORUS_EXP_DELAY AXFX_CHORUS_EXP::delay

Definition at line 35 of file AXFXChorusExp.h.

◆ lfo

AXFX_CHORUS_EXP_LFO AXFX_CHORUS_EXP::lfo

Definition at line 36 of file AXFXChorusExp.h.

◆ history

f32 AXFX_CHORUS_EXP::history[3][4]

Definition at line 37 of file AXFXChorusExp.h.

◆ histIndex

u32 AXFX_CHORUS_EXP::histIndex

Definition at line 38 of file AXFXChorusExp.h.

◆ active

u32 AXFX_CHORUS_EXP::active

Definition at line 39 of file AXFXChorusExp.h.

◆ delayTime

f32 AXFX_CHORUS_EXP::delayTime

Definition at line 40 of file AXFXChorusExp.h.

◆ depth

f32 AXFX_CHORUS_EXP::depth

Definition at line 41 of file AXFXChorusExp.h.

◆ rate

f32 AXFX_CHORUS_EXP::rate

Definition at line 42 of file AXFXChorusExp.h.

◆ feedback

f32 AXFX_CHORUS_EXP::feedback

Definition at line 43 of file AXFXChorusExp.h.

◆ busIn

AXFX_BUS* AXFX_CHORUS_EXP::busIn

Definition at line 44 of file AXFXChorusExp.h.

◆ busOut

AXFX_BUS* AXFX_CHORUS_EXP::busOut

Definition at line 45 of file AXFXChorusExp.h.

◆ outGain

f32 AXFX_CHORUS_EXP::outGain

Definition at line 46 of file AXFXChorusExp.h.

◆ sendGain

f32 AXFX_CHORUS_EXP::sendGain

Definition at line 47 of file AXFXChorusExp.h.