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