MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / onConvolverInfoChanged

Method onConvolverInfoChanged

src/MainWindow.cpp:483–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483void MainWindow::onConvolverInfoChanged(const ConvolverInfoEventArgs& args)
484{
485 ui->ir_details_full->setVisible(args.channels != -1);
486 ui->ir_details_empty->setVisible(args.channels == -1);
487
488 ui->ir_details_channel->setText(QString::number(args.channels));
489 ui->ir_details_frames->setText(QString::number(args.frames));
490}
491
492void MainWindow::onAppConfigUpdated(const AppConfig::Key &key, const QVariant &value)
493{

Callers

nothing calls this directly

Calls 2

setVisibleMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected