13
0

libardour: reset perf meters after warmup period is over

This commit is contained in:
Paul Davis 2021-06-13 12:21:08 -06:00
parent b939b2e68d
commit 8d1e999be4

View File

@ -322,7 +322,9 @@ AudioEngine::process_callback (pframes_t nframes)
PortManager::cycle_end (nframes);
if (_init_countdown == 0) {
_session->reset_xrun_count();
ARDOUR::reset_performance_meters (_session);
}
return 0;
}