On Fri, Jan 30, 2004 at 03:35:37 -0500, Dave Robillard wrote:
The Jack API documentation says
port_registration_callback is supposed
to be called on port register AND deregister, but it only seems to be
called when a port is registered.
So essentially, how can an app know when a jack port is deregistered?
Youre right, theres a bug. I'l look at fixing it.
You might try jack_set_graph_order_callback(), which will detect it often,
but not always. I wonder why noones noticed this before.
- Steve