Home
last modified time | relevance | path

Searched refs:CalcVolumeRatio (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Channel.cpp212 f32 envelopValue = Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update()
275 volume *= Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update()
278 volume *= Util::CalcVolumeRatio( m_Lfo.GetValue() * 6.0f ); in Update()
286 volume *= Util::CalcVolumeRatio( decay ); in Update()
Dsnd_Util.cpp785 f32 Util::CalcVolumeRatio( f32 dB ) in CalcVolumeRatio() function in nw::snd::internal::Util
/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h73 static f32 CalcVolumeRatio( f32 dB );