Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Util.cpp58 const f32 PitchTable[ Util::PITCH_DIVISION_RANGE ] =
742 static const int RANGE = PITCH_DIVISION_RANGE * OCTAVE_DIVISION; in CalcPitchRatio()
758 register int note = pitch / PITCH_DIVISION_RANGE; in CalcPitchRatio()
759 pitch -= note * PITCH_DIVISION_RANGE; in CalcPitchRatio()
/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h48 static const int PITCH_DIVISION_RANGE = 1 << PITCH_DIVISION_BIT; // 半音分解能. variable