Lines Matching refs:fxSend
67 Util::Table<u8,u8> fxSend; member
193 u8* mainSend, u8* fxSend, u8 fxSendCount ) const in GetSendValue() argument
202 fxSend[ i ] = DEFAULT_FX_SEND; in GetSendValue()
210 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); 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()
299 void WaveSoundFile::NoteInfo::GetSendValue( u8* mainSend, u8* fxSend[], u8 fxSendCount ) const in GetSendValue() argument
308 *fxSend[i] = DEFAULT_FX_SEND; in GetSendValue()
316 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()
318 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()
319 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()
322 *fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()