Searched refs:CurveAdshr (Results 1 – 4 of 4) sorted by relevance
27 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::CurveAdshr79 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 …]
212 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()
31 class CurveAdshr65 CurveAdshr();
158 bool IsRelease() const { return m_CurveAdshr.GetStatus() == CurveAdshr::STATUS_RELEASE; } in IsRelease()216 CurveAdshr m_CurveAdshr;