mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
libardour: reset perf meters after warmup period is over
This commit is contained in:
parent
b939b2e68d
commit
8d1e999be4
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue