Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundFile.cpp209 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local
212 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
213 *mainSend = sendValue.mainSend; in GetSendValue()
214 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
215 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()
218 fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()
315 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local
318 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
319 *mainSend = sendValue.mainSend; in GetSendValue()
320 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
[all …]