Lines Matching refs:u8
28 const u8 DEFAULT_PAN = 64; // 中央
31 const u8 DEFAULT_MAIN_SEND = 127; // 最大
32 const u8 DEFAULT_FX_SEND = 0; // 最小
40 const u8 DEFAULT_KEY = 64; // TODO: おそらく中央
41 const u8 DEFAULT_VOLUME = 96;
66 u8 mainSend;
67 Util::Table<u8,u8> fxSend;
170 u8 WaveSoundFile::WaveSoundInfo::GetPan() const in GetPan()
193 u8* mainSend, u8* fxSend, u8 fxSendCount ) const in GetSendValue()
261 u8 WaveSoundFile::NoteInfo::GetOriginalKey() const in GetOriginalKey()
269 u8 WaveSoundFile::NoteInfo::GetVolume() const in GetVolume()
277 u8 WaveSoundFile::NoteInfo::GetPan() const in GetPan()
284 u8 WaveSoundFile::NoteInfo::GetSurroundPan() const in GetSurroundPan()
299 void WaveSoundFile::NoteInfo::GetSendValue( u8* mainSend, u8* fxSend[], u8 fxSendCount ) const in GetSendValue()