Searched refs:PITCH_DIVISION_RANGE (Results 1 – 2 of 2) sorted by relevance
62 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()
54 static const int PITCH_DIVISION_RANGE = 1 << PITCH_DIVISION_BIT; // 半音分解能. variable