MCPcopy Create free account
hub / github.com/Wohlstand/OPL3BankEditor / computeResult

Method computeResult

src/delay_analysis.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool DelayAnalysisDialog::computeResult(const FmBank::Instrument &ins)
40{
41 if (!m_measurer->doComputation(ins, m_result))
42 return false;
43
44 updateDisplay();
45 return true;
46}
47
48class DelayAnalysisDialog::PlotData : public QwtSyntheticPointData
49{

Callers 1

Calls 1

doComputationMethod · 0.80

Tested by

no test coverage detected