Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_Util.h51 static const int PITCH_DIVISION_BIT = 8; // 半音分解能.(ビット数) variable
52 static const int PITCH_DIVISION_RANGE = 1 << PITCH_DIVISION_BIT; // 半音分解能.
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Channel.cpp242 … pitch = Util::CalcPitchRatio( static_cast<s32>( cent * ( 1 << Util::PITCH_DIVISION_BIT ) ) ); in Update()