Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveSoundHandle.h291 void SetPitch( f32 pitch ) in SetPitch() function
293 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
Dsnd_SoundHandle.h324 void SetPitch( float pitch ) in SetPitch() function
326 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
Dsnd_StreamSoundHandle.h302 void SetPitch( f32 pitch ) in SetPitch() function
304 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
Dsnd_SequenceSoundHandle.h284 void SetPitch( f32 pitch ) in SetPitch() function
286 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
Dsnd_BasicSoundPlayer.h76 void SetPitch( float pitch ) { m_PlayerParamSet.pitch = pitch; } in SetPitch() function
Dsnd_SoundActor.h307 void SetPitch( f32 pitch ) { m_ActorParam.pitch = pitch; } in SetPitch() function
Dsnd_SequenceTrack.h179 void SetPitch( float pitch ) { m_ExtPitch = pitch; } in SetPitch() function
Dsnd_Voice.h152 void SetPitch( f32 pitch );
Dsnd_BasicSound.h284 void SetPitch( f32 pitch );
/NW4C-1.2.23/demos/snd/withSdk/sources/
Dmain.cpp242 s_pVoice->SetPitch( 1.0f ); in InitializeSdkVoice()
/NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/
Dmain.cpp269 s_pVoice->SetPitch( 1.0f ); in InitializeSdkVoice()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_DriverCommand.cpp107 c->player->SetPitch( c->pitch ); in ProcessCommandList()
Dsnd_SequenceSoundPlayer.cpp513 SetTrackParam( trackBitFlag, &SequenceTrack::SetPitch, pitch ); in SetTrackPitch()
Dsnd_Channel.cpp292 m_pVoice->SetPitch( pitch ); in Update()
Dsnd_Voice.cpp745 void Voice::SetPitch( f32 pitch ) in SetPitch() function in nw::snd::internal::driver::Voice
1097 pChannel->SetPitch( ratio ); in CalcSrc()
Dsnd_BasicSound.cpp849 void BasicSound::SetPitch( float pitch ) in SetPitch() function in nw::snd::internal::BasicSound
Dsnd_StreamSoundPlayer.cpp1235 voice->SetPitch( pitchRatio ); in UpdateVoiceParams()
1255 voice->SetPitch( pitchRatio ); in UpdateVoiceParams()