Linux Commands Examples

A great documentation place for Linux commands

jack_connect

JACK toolkit clients for connecting & disconnecting ports

Synopsis

jack_connect [ -s | --server servername ] [-h | --help ] port1 port2
jack_disconnect
[ -s | --server servername ] [-h | --help ] port1 port2


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

2
source
            
jack_connect csoundBouncey:output1 system:playback_1
jack_connect csoundBouncey:output1 system:playback_2
jack_connect csoundBouncey:output1 system:playback_2
jack_connect csoundClothe:output1 system:playback_1
jack_connect csoundClothe:output1 system:playback_2
0
source
            
python genconfig_linuxsampler.py
qsampler ./synthconfig/linuxsampler.lscp &
qjackctl &
jack_connect LinuxSampler:0 system:playback_1
jack_connect LinuxSampler:0 system:playback_1
jack_connect LinuxSampler:1 system:playback_2

description

jack_connect connects the two named ports. jack_disconnect disconnects the two named ports.

returns

The exit status is zero if successful, 1 otherwise

How can this site be more helpful to YOU ?


give  feedback