SpotlightKid / jack-matchmaker

Auto-connect new JACK ports matching the patterns given on the command line.
GNU General Public License v2.0
73 stars 6 forks source link

Only makes a connection if none already exists #13

Closed kltdwrds closed 1 year ago

kltdwrds commented 4 years ago

jack-plumbing works this way - from their docs:

(connect "SuperCollider:out_(.*)" "system:playback_\1")
This connect rule ensures that whenever scsynth(1) is running any output ports it registers are connected to appropriate ALSA playback ports. 
The connect rule only makes a connection if none already exist.

Cheers!

SpotlightKid commented 3 years ago

Sorry for only looking in detail at this request, but now that I do, I am not sure that I understand what you mean. From the description in the jack-plumbing docs - and looking at its source code - I think jack-matchmaker already works that way. Or what it is exactly that you want it to do, that it does not do yet?

SpotlightKid commented 1 year ago

Closing due to norther feedback.

Please feel free to re-open if you have additional information to add.