Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Util.cpp62 const f32 PitchTable[ Util::PITCH_DIVISION_RANGE ] =
746 static const int RANGE = PITCH_DIVISION_RANGE * OCTAVE_DIVISION; in CalcPitchRatio()
762 register int note = pitch / PITCH_DIVISION_RANGE; in CalcPitchRatio()
763 pitch -= note * PITCH_DIVISION_RANGE; in CalcPitchRatio()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h54 static const int PITCH_DIVISION_RANGE = 1 << PITCH_DIVISION_BIT; // 半音分解能. variable