NW4F Snd
Loading...
Searching...
No Matches
nw::snd::internal::BasicSound::CommonParam Struct Reference

Public Member Functions

void Initialize ()
void Update ()
f32 GetVolume () const
void SetVolume (f32 target, int frame)

Public Attributes

MoveValue< f32, int > volume
f32 pan
f32 span
f32 mainSend
f32 fxSend [AUX_BUS_NUM]

Member Function Documentation

◆ Initialize()

void nw::snd::internal::BasicSound::CommonParam::Initialize ( )
inline

◆ Update()

void nw::snd::internal::BasicSound::CommonParam::Update ( )
inline

◆ GetVolume()

f32 nw::snd::internal::BasicSound::CommonParam::GetVolume ( ) const
inline

◆ SetVolume()

void nw::snd::internal::BasicSound::CommonParam::SetVolume ( f32 target,
int frame )
inline

Member Data Documentation

◆ volume

MoveValue<f32, int> nw::snd::internal::BasicSound::CommonParam::volume

◆ pan

f32 nw::snd::internal::BasicSound::CommonParam::pan

◆ span

f32 nw::snd::internal::BasicSound::CommonParam::span

◆ mainSend

f32 nw::snd::internal::BasicSound::CommonParam::mainSend

◆ fxSend

f32 nw::snd::internal::BasicSound::CommonParam::fxSend[AUX_BUS_NUM]