Searched refs:PITCH_DIVISION_BIT (Results 1 – 2 of 2) sorted by relevance
51 static const int PITCH_DIVISION_BIT = 8; // 半音分解能.(ビット数) variable52 static const int PITCH_DIVISION_RANGE = 1 << PITCH_DIVISION_BIT; // 半音分解能.
242 … pitch = Util::CalcPitchRatio( static_cast<s32>( cent * ( 1 << Util::PITCH_DIVISION_BIT ) ) ); in Update()