Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundHandle.h384 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
386 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
Dsnd_SoundHandle.h420 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
422 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
Dsnd_StreamSoundHandle.h397 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
399 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
Dsnd_SequenceSoundHandle.h378 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function
380 if ( IsAttachedSound() ) m_pSound->SetLpfFreq( lpfFreq ); in SetLpfFreq()
Dsnd_BasicSoundPlayer.h81 void SetLpfFreq( float lpfFreq ) { m_PlayerParamSet.lpfFreq = lpfFreq; } in SetLpfFreq() function
Dsnd_SoundPlayer.h207 void SetLpfFreq( float lpfFreq );
Dsnd_SequenceTrack.h185 void SetLpfFreq( float lpfFreq ) { m_ParserTrackParam.lpfFreq = lpfFreq; } in SetLpfFreq() function
Dsnd_Voice.h166 void SetLpfFreq( f32 lpfFreq );
Dsnd_BasicSound.h298 void SetLpfFreq( f32 lpfFreq );
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp349 m_Handle.SetLpfFreq( 0.0f ); in SetFilter()
353 m_Handle.SetLpfFreq( m_LpfValue ); in SetFilter()
361 m_Handle.SetLpfFreq( 0.0f ); in SetFilter()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundPlayer.cpp158 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq() function in nw::snd::SoundPlayer
Dsnd_DriverCommand.cpp112 c->player->SetLpfFreq( c->lpfFreq ); in ProcessCommandList()
Dsnd_SequenceSoundPlayer.cpp534 SetTrackParam( trackBitFlag, &SequenceTrack::SetLpfFreq, lpfFreq ); in SetTrackLpfFreq()
Dsnd_Channel.cpp298 m_pVoice->SetLpfFreq( lpfFreq ); in Update()
Dsnd_BasicSound.cpp912 void BasicSound::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::BasicSound
Dsnd_StreamSoundPlayer.cpp1303 voice->SetLpfFreq( lpfFreq ); in UpdateVoiceParams()
1321 voice->SetLpfFreq( lpfFreq ); in UpdateVoiceParams()
Dsnd_Voice.cpp793 void Voice::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq() function in nw::snd::internal::driver::Voice