Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Util.cpp746 static const int RANGE = PITCH_DIVISION_RANGE * OCTAVE_DIVISION; in CalcPitchRatio() local
754 pitch += RANGE; in CalcPitchRatio()
756 while ( pitch >= RANGE ) in CalcPitchRatio()
759 pitch -= RANGE; in CalcPitchRatio()