Home
last modified time | relevance | path

Searched refs:SetUserPitch (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h161 void SetUserPitch( f32 pitch ) { m_UserPitch = pitch; } in SetUserPitch() function
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SequenceTrack.cpp442 channel->SetUserPitch( pitch ); in UpdateChannelParam()