From 8cd8d90483068fc4415dde44ab3ba59b50c7a66e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 18 May 2021 03:17:17 +0200 Subject: [PATCH] Reported the jack2 xrun bug, now we stop telling users --- libs/ardour/session_transport.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index bac8a5361b..2cc248b92a 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -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;