Home
last modified time | relevance | path

Searched refs:SetPitch (Results 1 – 18 of 18) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundHandle.h304 void SetPitch( f32 pitch ) in SetPitch() function
306 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
Dsnd_SoundHandle.h344 void SetPitch( float pitch ) in SetPitch() function
346 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
Dsnd_StreamSoundHandle.h317 void SetPitch( f32 pitch ) in SetPitch() function
319 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
Dsnd_SequenceSoundHandle.h298 void SetPitch( f32 pitch ) in SetPitch() function
300 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
Dsnd_BasicSoundPlayer.h79 void SetPitch( float pitch ) { m_PlayerParamSet.pitch = pitch; } in SetPitch() function
Dsnd_SoundActor.h315 void SetPitch( f32 pitch ) { m_ActorParam.pitch = pitch; } in SetPitch() function
Dsnd_SequenceTrack.h181 void SetPitch( float pitch ) { m_ExtPitch = pitch; } in SetPitch() function
Dsnd_Voice.h154 void SetPitch( f32 pitch );
Dsnd_BasicSound.h292 void SetPitch( f32 pitch );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_AnimEventPlayer.cpp63 m_Handle.SetPitch( eventInfo.pitch ); in InitParam()
Dsnd_DriverCommand.cpp109 c->player->SetPitch( c->pitch ); in ProcessCommandList()
Dsnd_SequenceSoundPlayer.cpp519 SetTrackParam( trackBitFlag, &SequenceTrack::SetPitch, pitch ); in SetTrackPitch()
Dsnd_Channel.cpp294 m_pVoice->SetPitch( pitch ); in Update()
Dsnd_Voice.cpp747 void Voice::SetPitch( f32 pitch ) in SetPitch() function in nw::snd::internal::driver::Voice
1099 pChannel->SetPitch( ratio ); in CalcSrc()
Dsnd_BasicSound.cpp875 void BasicSound::SetPitch( f32 pitch ) in SetPitch() function in nw::snd::internal::BasicSound
Dsnd_StreamSoundPlayer.cpp1300 voice->SetPitch( pitchRatio ); in UpdateVoiceParams()
1320 voice->SetPitch( pitchRatio ); in UpdateVoiceParams()
/NW4C-2.0.3/demos/snd/withSdk/sources/
Dmain.cpp246 s_pVoice->SetPitch( 1.0f ); in InitializeSdkVoice()
/NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp271 s_pVoice->SetPitch( 1.0f ); in InitializeSdkVoice()