AudioFileProcessor: fixed various CLANG compiler warnings

This commit is contained in:
Tobias Doerffel
2014-03-21 11:11:39 +01:00
parent bdf234aeb8
commit 9aa6a3fbeb

View File

@@ -303,7 +303,7 @@ void audioFileProcessor::loopPointChanged( void )
//check if start & end overlap and nudge end up if so
if( m_startPointModel.value() == m_endPointModel.value() )
{
m_endPointModel.setValue( qMin( m_endPointModel.value() + 0.001, 1.0d ) );
m_endPointModel.setValue( qMin( m_endPointModel.value() + 0.001f, 1.0f ) );
}
const f_cnt_t f_start = static_cast<f_cnt_t>( m_startPointModel.value() *