jack-matchmaker icon indicating copy to clipboard operation
jack-matchmaker copied to clipboard

Auto-connect new JACK ports matching the patterns given on the command line.

Results 7 jack-matchmaker issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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`...

feature request

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...

needs feedback
feature request

Add to: * [x] [README](./README.rst) * [x] Command line help text (#26) * [ ] New man page (see #15)

enhancement
documentation
good first issue

Write with ReST, convert with `rst2man` (see [jack-select example](https://github.com/SpotlightKid/jack-select/blob/master/jack-select.1.rst)).

documentation
feature request

`jack-matchmaker -c | grep -v ^$ | sed '$!N;s/\n//' | sort | sed 's/ /\n /; G'` Add it to readme or whatever

enhancement
documentation