]> git.sesse.net Git - nageru/blobdiff - mainwindow.cpp
Fix the channel names in the analyzer.
[nageru] / mainwindow.cpp
index fedd18086157c39421f89d33f4bd882a600dfbe3..537f8810acad38c26d4fdba0e3d3a2e60a08358a 100644 (file)
@@ -1254,6 +1254,8 @@ void MainWindow::update_channel_name(Mixer::Output output, const string &name)
                unsigned channel = output - Mixer::OUTPUT_INPUT0;
                previews[channel]->label->setText(name.c_str());
        }
+
+       analyzer->update_channel_name(output, name);
 }
 
 void MainWindow::update_channel_color(Mixer::Output output, const string &color)