Linux Commands Examples

A great documentation place for Linux commands

qjackctl

User interface for controlling JACK (Jack Audio Connection Kit)


see also : jackd

Synopsis

qjackctl [options]


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

1
source
            
sleep 1
done
while ! pgrep qjackctl ; do
echo waiting for QjackCtl >> /dev/stderr
sleep 1

description

This manual page documents briefly the qjackctl command. This manual page was written for the Debian distribution because the original program does not have a manual page.

qjackctl is used for controlling the Jack Audio Connection Kit (JACK) and as a patchbay for ALSA MIDI devices. Qjackctl also has support for the JACK transport control protocol, so you can use it to start and stop the JACK transport. Once you start qjackctl, you get presented with a single GUI window, the buttons are self-explanatory and have tooltips.

options

This program follows the usual GNU command line syntax, with long options starting with two dashes (’-’). A summary of options is included below. For a complete description, see the Info files.
-s, --start

Start JACK audio server immediately

-p, --preset=[label]

Set default settings preset name

-a, --active-patchbay=[path]

Set active patchbay definition file

-n, --server-name=[label]

Set default JACK audio server name

-h, --help

Show help about command line options

-v, --version

Show version information.

files

Settings for the JACK system are stored in ~/.config/rncbc.org/QjackCtl.conf and optionally in ~/.jackdrc.


see also

jackd .


author

This manual page was written by Guenter Geiger <geiger[:at:]debian[:dot:]org>, for the Debian project (but may be used by others).

How can this site be more helpful to YOU ?


give  feedback