Home
last modified time | relevance | path

Searched refs:SetLpfFreq (Results 1 – 17 of 17) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundHandle.h371 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
373 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
Dsnd_SoundHandle.h400 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
402 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
Dsnd_StreamSoundHandle.h382 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
384 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
Dsnd_SequenceSoundHandle.h364 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
366 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
Dsnd_BasicSoundPlayer.h78 void SetLpfFreq( float lpfFreq ) { m_PlayerParamSet.lpfFreq = lpfFreq; } in SetLpfFreq() function
Dsnd_SoundPlayer.h199 void SetLpfFreq( float lpfFreq );
Dsnd_SequenceTrack.h183 void SetLpfFreq( float lpfFreq ) { m_ParserTrackParam.lpfFreq = lpfFreq; } in SetLpfFreq() function
Dsnd_Voice.h164 void SetLpfFreq( f32 lpfFreq );
Dsnd_BasicSound.h286 void SetLpfFreq( f32 lpfFreq );
/NW4C-1.2.23/demos/snd/filter/sources/
Dmain.cpp347 m_Handle.SetLpfFreq( 0.0f ); in SetFilter()
351 m_Handle.SetLpfFreq( m_LpfValue ); in SetFilter()
359 m_Handle.SetLpfFreq( 0.0f ); in SetFilter()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundPlayer.cpp156 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq() function in nw::snd::SoundPlayer
Dsnd_DriverCommand.cpp110 c->player->SetLpfFreq( c->lpfFreq ); in ProcessCommandList()
Dsnd_SequenceSoundPlayer.cpp528 SetTrackParam( trackBitFlag, &SequenceTrack::SetLpfFreq, lpfFreq ); in SetTrackLpfFreq()
Dsnd_Channel.cpp296 m_pVoice->SetLpfFreq( lpfFreq ); in Update()
Dsnd_BasicSound.cpp878 void BasicSound::SetLpfFreq( float lpfFreq ) in SetLpfFreq() function in nw::snd::internal::BasicSound
Dsnd_StreamSoundPlayer.cpp1238 voice->SetLpfFreq( lpfFreq ); in UpdateVoiceParams()
1256 voice->SetLpfFreq( lpfFreq ); in UpdateVoiceParams()
Dsnd_Voice.cpp791 void Voice::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::driver::Voice