mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Reset performance counters along with xrun count
This is mainly relevant after session export, which uses freewheeling and processing take much longer than running realtime.
This commit is contained in:
parent
80c11a763a
commit
fc6fd7973f
1 changed files with 1 additions and 0 deletions
|
|
@ -1815,6 +1815,7 @@ void
|
|||
Session::reset_xrun_count ()
|
||||
{
|
||||
_xrun_count = 0;
|
||||
ARDOUR::reset_performance_meters (this);
|
||||
Xrun (-1); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue