swesterfeld commented on this pull request.


> +          jack_port_set_latency_range (port, mode, &range);
+      }
+    else
+      {
+        jack_latency_range_t range = get_latency_for_ports (output_ports_, 
mode);
+        range.min += buffer_frames_;
+        range.max += buffer_frames_;
+
+        for (auto port : input_ports_)
+          jack_port_set_latency_range (port, mode, &range);
+      }
+  }
+  static void
+  static_shutdown_callback (void *jack_handle)
+  {
+    static_cast<JackPcmDriver *> (jack_handle)->shutdown_callback();

Done.

-- 
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_r326871565
_______________________________________________
beast mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/beast

Reply via email to