Home
last modified time | relevance | path

Searched refs:GetSendValue (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundFile.h212 void GetSendValue( u8* mainSend, u8* fxSend, u8 fxSendCount ) const;
257 void GetSendValue( u8* mainSend, u8* fxSend[], u8 fxSendCount ) const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundFile.cpp194 void WaveSoundFile::WaveSoundInfo::GetSendValue( in GetSendValue() function in nw::snd::internal::WaveSoundFile::WaveSoundInfo
301 void WaveSoundFile::NoteInfo::GetSendValue( u8* mainSend, u8* fxSend[], u8 fxSendCount ) const in GetSendValue() function in nw::snd::internal::WaveSoundFile::NoteInfo
Dsnd_WaveSoundFileReader.cpp132 src.GetSendValue( &dst->mainSend, dst->fxSend, AUX_BUS_NUM ); in ReadWaveSoundInfo()