swesterfeld commented on this pull request.
> +
+ /* enable processing in callback (if not already active) */
+ atomic_active_ = 1;
+
+ /* report jack driver xruns */
+ if (atomic_xruns_ != printed_xruns_)
+ {
+ printed_xruns_ = atomic_xruns_;
+ Bse::printerr ("JACK: %d beast driver xruns\n", printed_xruns_);
+ }
+ /* report jack shutdown */
+ if (is_down_ && !printed_is_down_)
+ {
+ printed_is_down_ = true;
+ Bse::printerr ("JACK: connection to jack server lost\n");
+ Bse::printerr ("JACK: -> to continue, manually stop playback and
restart\n");
Fixed.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tim-janik/beast/pull/128#discussion_r326865973_______________________________________________
beast mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/beast