Lines Matching refs:u8
30 const u8 DEFAULT_PAN = 64; // 中央
33 const u8 DEFAULT_MAIN_SEND = 127; // 最大
34 const u8 DEFAULT_FX_SEND = 0; // 最小
42 const u8 DEFAULT_KEY = 64; // TODO: おそらく中央
43 const u8 DEFAULT_VOLUME = 96;
68 u8 mainSend;
69 Util::Table<u8,u8> fxSend;
172 u8 WaveSoundFile::WaveSoundInfo::GetPan() const in GetPan()
195 u8* mainSend, u8* fxSend, u8 fxSendCount ) const in GetSendValue()
263 u8 WaveSoundFile::NoteInfo::GetOriginalKey() const in GetOriginalKey()
271 u8 WaveSoundFile::NoteInfo::GetVolume() const in GetVolume()
279 u8 WaveSoundFile::NoteInfo::GetPan() const in GetPan()
286 u8 WaveSoundFile::NoteInfo::GetSurroundPan() const in GetSurroundPan()
301 void WaveSoundFile::NoteInfo::GetSendValue( u8* mainSend, u8* fxSend[], u8 fxSendCount ) const in GetSendValue()