Improve Compressor lookahead algorithm (#6953)

This commit is contained in:
Lost Robot
2023-11-08 12:53:59 -08:00
committed by GitHub
parent 6d4343ca94
commit 8c194fc29c
3 changed files with 38 additions and 100 deletions

View File

@@ -358,6 +358,7 @@ void CompressorControlDialog::lookaheadChanged()
{
m_lookaheadLengthKnob->setVisible(m_controls->m_lookaheadModel.value());
m_lookaheadEnabledLabel->setVisible(m_controls->m_lookaheadModel.value());
feedbackButton->setVisible(!m_controls->m_lookaheadModel.value());
}