jack-matchmaker
jack-matchmaker copied to clipboard
Auto-connect new JACK ports matching the patterns given on the command line.
This PR adds the ability to "monitor" input ports, similar to the way `jack_capture` makes its connections. Specifically, if an input port is matched as the first pattern, then each...
Thank you for writing this utility. It is very useful. The use-case I have an issue with is as follows. Suppose I have source "A" that is supposed to be...
It would be very useful if we could have the same behavior, but just for disconnecting port, so everything on JACK would be automated. A flow would be like: `jack-matchmaker`...
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...
Add to: * [x] [README](./README.rst) * [x] Command line help text (#26) * [ ] New man page (see #15)
Write with ReST, convert with `rst2man` (see [jack-select example](https://github.com/SpotlightKid/jack-select/blob/master/jack-select.1.rst)).
`jack-matchmaker -c | grep -v ^$ | sed '$!N;s/\n//' | sort | sed 's/ /\n /; G'` Add it to readme or whatever