Searched refs:SetLpfFreq (Results 1 – 17 of 17) sorted by relevance
384 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function386 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
420 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function422 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
397 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function399 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
378 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function380 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
81 void SetLpfFreq( float lpfFreq ) { m_PlayerParamSet.lpfFreq = lpfFreq; } in SetLpfFreq() function
207 void SetLpfFreq( float lpfFreq );
185 void SetLpfFreq( float lpfFreq ) { m_ParserTrackParam.lpfFreq = lpfFreq; } in SetLpfFreq() function
166 void SetLpfFreq( f32 lpfFreq );
298 void SetLpfFreq( f32 lpfFreq );
349 m_Handle.SetLpfFreq( 0.0f ); in SetFilter()353 m_Handle.SetLpfFreq( m_LpfValue ); in SetFilter()361 m_Handle.SetLpfFreq( 0.0f ); in SetFilter()
158 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq() function in nw::snd::SoundPlayer
112 c->player->SetLpfFreq( c->lpfFreq ); in ProcessCommandList()
534 SetTrackParam( trackBitFlag, &SequenceTrack::SetLpfFreq, lpfFreq ); in SetTrackLpfFreq()
298 m_pVoice->SetLpfFreq( lpfFreq ); in Update()
912 void BasicSound::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::BasicSound
1303 voice->SetLpfFreq( lpfFreq ); in UpdateVoiceParams()1321 voice->SetLpfFreq( lpfFreq ); in UpdateVoiceParams()
793 void Voice::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::driver::Voice