Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Util.cpp744 static const int RANGE = PITCH_DIVISION_RANGE * OCTAVE_DIVISION; in CalcPitchRatio() local
752 pitch += RANGE; in CalcPitchRatio()
754 while ( pitch >= RANGE ) in CalcPitchRatio()
757 pitch -= RANGE; in CalcPitchRatio()