Home
last modified time | relevance | path

Searched defs:lpfFreq (Results 1 – 17 of 17) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_BasicSoundPlayer.h39 float lpfFreq; member
78 void SetLpfFreq( float lpfFreq ) { m_PlayerParamSet.lpfFreq = lpfFreq; } in SetLpfFreq()
Dsnd_SoundHandle.h400 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_WaveSoundHandle.h371 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_StreamSoundHandle.h382 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_SequenceTrack.h103 f32 lpfFreq; member
183 void SetLpfFreq( float lpfFreq ) { m_ParserTrackParam.lpfFreq = lpfFreq; } in SetLpfFreq()
Dsnd_SequenceSoundHandle.h364 void SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()
Dsnd_Channel.h165 void SetUserLpfFreq( f32 lpfFreq ) { m_UserLpfFreq = lpfFreq; } in SetUserLpfFreq()
Dsnd_DriverCommand.h146 float lpfFreq; member
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_BasicSound.cpp565 float lpfFreq = m_LpfFreq; in UpdateParam() local
878 void BasicSound::SetLpfFreq( float lpfFreq ) in SetLpfFreq()
Dsnd_SoundPlayer.cpp156 void SoundPlayer::SetLpfFreq( float lpfFreq ) in SetLpfFreq()
Dsnd_WaveSoundPlayer.cpp507 float lpfFreq = 0.0f; in UpdateChannel() local
Dsnd_Channel.cpp271 f32 lpfFreq = 1.0f + m_UserLpfFreq; in Update() local
Dsnd_SequenceTrack.cpp411 float lpfFreq in UpdateChannelParam() local
Dsnd_SequenceSoundPlayer.cpp526 void SequenceSoundPlayer::SetTrackLpfFreq( u32 trackBitFlag, float lpfFreq ) in SetTrackLpfFreq()
Dsnd_SequenceSound.cpp536 void SequenceSound::SetTrackLpfFreq( u32 trackBitFlag, f32 lpfFreq ) in SetTrackLpfFreq()
Dsnd_StreamSoundPlayer.cpp1210 f32 lpfFreq = 1.0f; in UpdateVoiceParams() local
Dsnd_Voice.cpp791 void Voice::SetLpfFreq( f32 lpfFreq ) in SetLpfFreq()