some experiments with TDR math operations

This commit is contained in:
Jan Käberich 2020-11-28 19:32:18 +01:00
parent 8e661aecd6
commit a7ff3d60fb
19 changed files with 589 additions and 77 deletions

View file

@ -263,6 +263,7 @@ void Trace::updateLastMath(vector<MathInfo>::reverse_iterator start)
lastMath = newLast;
// relay signals of end of math chain
connect(lastMath, &TraceMath::outputSamplesChanged, this, &Trace::dataChanged);
emit outputSamplesChanged(0, data.size());
}
}