Lines Matching refs:fxSend
69 Util::Table<u8,u8> fxSend; member
195 u8* mainSend, u8* fxSend, u8 fxSendCount ) const in GetSendValue() argument
204 fxSend[ i ] = DEFAULT_FX_SEND; in GetSendValue()
212 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); 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()
301 void WaveSoundFile::NoteInfo::GetSendValue( u8* mainSend, u8* fxSend[], u8 fxSendCount ) const in GetSendValue() argument
310 *fxSend[i] = DEFAULT_FX_SEND; in GetSendValue()
318 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
320 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
321 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()
324 *fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()