Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveSoundFile.cpp207 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local
210 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
211 *mainSend = sendValue.mainSend; in GetSendValue()
212 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
213 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()
216 fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()
313 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local
316 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
317 *mainSend = sendValue.mainSend; in GetSendValue()
318 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
[all …]