X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.cpp;h=537f8810acad38c26d4fdba0e3d3a2e60a08358a;hb=4db1223f01b0d1731ff571f20c677a7675b645ec;hp=fedd18086157c39421f89d33f4bd882a600dfbe3;hpb=8e1a85982b55de58305476055dc4037be063be80;p=nageru diff --git a/mainwindow.cpp b/mainwindow.cpp index fedd180..537f881 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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)