On Mon, 2008-02-04 at 15:32 +0100, Fons Adriaensen wrote:
Or this one:
jack_client_t *client=...
jack_port_t *out_port[0]=jack_port_register(client,...);
jack_port_t *out_port[1]=jack_port_register(client,...);
connected = jack_autoconnect (2, out_port);
In other words, ** you could write this function today
**.
The functionality you want does not require any changes
to jack.
The problem is, you're still going to get client authors who say "Well,
I have to implement insanely-annoying-automatic-port-connection because
I have to cater for the people who don't use $your_system" By bringing
autoconnection into JACK itself, there's a standardised, authorised,
proven, approved method.
Bob
--
Bob Ham <rah(a)bash.sh>