Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Util.cpp742 static const int RANGE = PITCH_DIVISION_RANGE * OCTAVE_DIVISION; in CalcPitchRatio() local
750 pitch += RANGE; in CalcPitchRatio()
752 while ( pitch >= RANGE ) in CalcPitchRatio()
755 pitch -= RANGE; in CalcPitchRatio()