Searched refs:CurveAdshr (Results 1 – 4 of 4) sorted by relevance
25 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::CurveAdshr77 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 …]
210 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()
29 class CurveAdshr63 CurveAdshr();
156 bool IsRelease() const { return m_CurveAdshr.GetStatus() == CurveAdshr::STATUS_RELEASE; } in IsRelease()214 CurveAdshr m_CurveAdshr;