13
0

Reported the jack2 xrun bug, now we stop telling users

This commit is contained in:
Robin Gareus 2021-05-18 03:17:17 +02:00
parent c9bc0ff578
commit 8cd8d90483
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1807,10 +1807,10 @@ Session::xrun_recovery ()
}
}
else if (exporting ()) {
assert (realtime_export ());
/* apparently JACK2 can cause xruns during freewheeling
* (and not just one when switching from/to freewheeling):
* https://discourse.ardour.org/t/there-have-been-dropouts-during-realtime-export/105930
* https://github.com/jackaudio/jack2/issues/758
*/
if (realtime_export ()) {
++_export_xruns;