mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-04 07:24:21 +01:00
feat(spectrogramplot): Draw a time axis at the top
This commit is contained in:
@@ -333,3 +333,9 @@ void PlotView::updateView(bool reCenter)
|
||||
// Re-paint
|
||||
viewport()->update();
|
||||
}
|
||||
|
||||
void PlotView::setSampleRate(off_t rate)
|
||||
{
|
||||
spectrogramPlot->setSampleRate(rate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user