@swesterfeld commented on this pull request.
> + }
+
+ /* setup PCM handle or shutdown */
+ if (error == 0)
+ {
+ flags_ |= Flags::OPENED;
+
+ uint dummy;
+ pcm_latency (&dummy, &dummy); // debugging only: print latency values
+ }
+ else
+ {
+ disconnect_jack (jack_client_);
+ jack_client_ = nullptr;
+ }
+ JDEBUG ("JACK: opening PCM \"%s\" readupble=%d writable=%d: %s", devid_.c_str(), readable(), writable(), bse_error_blurb (error));
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.