Searched refs:inPitch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp316 void OALSource::SetPitch (float inPitch) argument
319 DebugMessageN2("OALSource::SetPitch() - OALSource:inPitch = %ld:%f", (long int) mSelfToken, inPitch);
321 if (inPitch < 0.0f)
327 if ((inPitch == mPitch) && (mResetPitch == false))
330 mPitch = inPitch;
H A DoalSource.h642 void SetPitch (Float32 inPitch);

Completed in 247 milliseconds