mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-11 17:48:15 -04:00
Improve Compressor lookahead algorithm (#6953)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user