X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.cpp;h=8a91a3f630dc031ac8414a07fda84af2feb5d768;hb=5c8dc09f89df0f25434bcefc9102438d2b491df2;hp=34db733bababc8b0e4f63b1233432fe2aab377e6;hpb=c62c23eff1ba994d5c10b9255f467704de4da148;p=nageru diff --git a/mainwindow.cpp b/mainwindow.cpp index 34db733..8a91a3f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -99,6 +99,8 @@ void MainWindow::mixer_created(Mixer *mixer) ui->compressor_threshold_db_display->setText(buf); connect(ui->locut_cutoff_knob, &QDial::valueChanged, this, &MainWindow::cutoff_knob_changed); + cutoff_knob_changed(ui->locut_cutoff_knob->value()); + connect(ui->limiter_threshold_knob, &QDial::valueChanged, this, &MainWindow::limiter_threshold_knob_changed); connect(ui->compressor_threshold_knob, &QDial::valueChanged, this, &MainWindow::compressor_threshold_knob_changed); connect(ui->limiter_enabled, &QCheckBox::stateChanged, [this](int state){