Searched refs:SetPitch (Results 1 – 17 of 17) sorted by relevance
291 void SetPitch( f32 pitch ) in SetPitch() function293 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
324 void SetPitch( float pitch ) in SetPitch() function326 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
302 void SetPitch( f32 pitch ) in SetPitch() function304 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
284 void SetPitch( f32 pitch ) in SetPitch() function286 if ( IsAttachedSound() ) m_pSound->SetPitch( pitch ); in SetPitch()
76 void SetPitch( float pitch ) { m_PlayerParamSet.pitch = pitch; } in SetPitch() function
307 void SetPitch( f32 pitch ) { m_ActorParam.pitch = pitch; } in SetPitch() function
179 void SetPitch( float pitch ) { m_ExtPitch = pitch; } in SetPitch() function
152 void SetPitch( f32 pitch );
284 void SetPitch( f32 pitch );
242 s_pVoice->SetPitch( 1.0f ); in InitializeSdkVoice()
269 s_pVoice->SetPitch( 1.0f ); in InitializeSdkVoice()
107 c->player->SetPitch( c->pitch ); in ProcessCommandList()
513 SetTrackParam( trackBitFlag, &SequenceTrack::SetPitch, pitch ); in SetTrackPitch()
292 m_pVoice->SetPitch( pitch ); in Update()
745 void Voice::SetPitch( f32 pitch ) in SetPitch() function in nw::snd::internal::driver::Voice1097 pChannel->SetPitch( ratio ); in CalcSrc()
849 void BasicSound::SetPitch( float pitch ) in SetPitch() function in nw::snd::internal::BasicSound
1235 voice->SetPitch( pitchRatio ); in UpdateVoiceParams()1255 voice->SetPitch( pitchRatio ); in UpdateVoiceParams()