Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_CurveAdshr.cpp25 const float CurveAdshr::VOLUME_INIT = -90.4f;
29 const s16 CurveAdshr::DecibelSquareTable[ DECIBEL_SQUARE_TABLE_SIZE ] =
63 CurveAdshr::CurveAdshr() in CurveAdshr() function in nw::snd::internal::CurveAdshr
77 void CurveAdshr::Initialize( float initDecibel ) in Initialize()
97 void CurveAdshr::Reset( float initDecibel ) in Reset()
112 f32 CurveAdshr::GetValue() const in GetValue()
132 void CurveAdshr::Update( int msec ) in Update()
203 void CurveAdshr::SetAttack( int attack ) in SetAttack()
276 void CurveAdshr::SetHold( int hold ) in SetHold()
292 void CurveAdshr::SetDecay( int decay ) in SetDecay()
[all …]
Dsnd_Channel.cpp210 if ( m_CurveAdshr.GetStatus() == CurveAdshr::STATUS_RELEASE ) in Update()
220 if ( m_CurveAdshr.GetStatus() == CurveAdshr::STATUS_RELEASE && in Update()
452 if ( m_CurveAdshr.GetStatus() != CurveAdshr::STATUS_RELEASE ) in Release()
461 m_CurveAdshr.SetStatus( CurveAdshr::STATUS_RELEASE ); in Release()
/NW4C-1.3.3/include/nw/snd/
Dsnd_CurveAdshr.h29 class CurveAdshr
63 CurveAdshr();
Dsnd_Channel.h156 bool IsRelease() const { return m_CurveAdshr.GetStatus() == CurveAdshr::STATUS_RELEASE; } in IsRelease()
214 CurveAdshr m_CurveAdshr;