Home
last modified time | relevance | path

Searched refs:CurveAdshr (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_CurveAdshr.cpp27 const float CurveAdshr::VOLUME_INIT = -90.4f;
31 const s16 CurveAdshr::DecibelSquareTable[ DECIBEL_SQUARE_TABLE_SIZE ] =
65 CurveAdshr::CurveAdshr() in CurveAdshr() function in nw::snd::internal::CurveAdshr
79 void CurveAdshr::Initialize( float initDecibel ) in Initialize()
99 void CurveAdshr::Reset( float initDecibel ) in Reset()
114 f32 CurveAdshr::GetValue() const in GetValue()
134 void CurveAdshr::Update( int msec ) in Update()
205 void CurveAdshr::SetAttack( int attack ) in SetAttack()
278 void CurveAdshr::SetHold( int hold ) in SetHold()
294 void CurveAdshr::SetDecay( int decay ) in SetDecay()
[all …]
Dsnd_Channel.cpp212 if ( m_CurveAdshr.GetStatus() == CurveAdshr::STATUS_RELEASE ) in Update()
222 if ( m_CurveAdshr.GetStatus() == CurveAdshr::STATUS_RELEASE && in Update()
454 if ( m_CurveAdshr.GetStatus() != CurveAdshr::STATUS_RELEASE ) in Release()
463 m_CurveAdshr.SetStatus( CurveAdshr::STATUS_RELEASE ); in Release()
/NW4C-2.0.3/include/nw/snd/
Dsnd_CurveAdshr.h31 class CurveAdshr
65 CurveAdshr();
Dsnd_Channel.h158 bool IsRelease() const { return m_CurveAdshr.GetStatus() == CurveAdshr::STATUS_RELEASE; } in IsRelease()
216 CurveAdshr m_CurveAdshr;