Searched refs:SEND_MIN (Results 1 – 2 of 2) sorted by relevance
242 const f32 Voice::SEND_MIN = 0.0f; member in nw::snd::internal::driver::Voice851 if ( send < SEND_MIN ) send = SEND_MIN; in SetMainSend()863 if ( send < SEND_MIN ) send = SEND_MIN; in SetFxSend()1058 m_FxSend[ i ] = SEND_MIN; in InitParam()
84 static const f32 SEND_MIN; variable