Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp214 f32 envelopValue = Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update()
277 volume *= Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update()
280 volume *= Util::CalcVolumeRatio( m_Lfo.GetValue() * 6.0f ); in Update()
288 volume *= Util::CalcVolumeRatio( decay ); in Update()
Dsnd_Util.cpp789 f32 Util::CalcVolumeRatio( f32 dB ) in CalcVolumeRatio() function in nw::snd::internal::Util
/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h79 static f32 CalcVolumeRatio( f32 dB );