Searched refs:SEND_MIN (Results 1 – 2 of 2) sorted by relevance
244 const f32 Voice::SEND_MIN = 0.0f; member in nw::snd::internal::driver::Voice853 if ( send < SEND_MIN ) send = SEND_MIN; in SetMainSend()865 if ( send < SEND_MIN ) send = SEND_MIN; in SetFxSend()1060 m_FxSend[ i ] = SEND_MIN; in InitParam()
86 static const f32 SEND_MIN; variable