MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onPSDMessage

Method onPSDMessage

Default/Source/SourceWidget.cpp:1110–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108}
1109
1110void
1111SourceWidget::onPSDMessage(Suscan::PSDMessage const &msg)
1112{
1113 this->setSampleRate(msg.getSampleRate());
1114 this->setProcessRate(msg.getMeasuredSampleRate());
1115}
1116
1117void
1118SourceWidget::onGainChanged(QString name, float val)

Callers

nothing calls this directly

Calls 4

setSampleRateMethod · 0.95
setProcessRateMethod · 0.95
getSampleRateMethod · 0.45
getMeasuredSampleRateMethod · 0.45

Tested by

no test coverage detected