@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, view it on GitHub, or mute the thread.