diff options
author | B. Watson <yalhcru@gmail.com> | 2011-08-27 09:27:22 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-27 09:27:22 -0300 |
commit | a15ad4bb98b27e5280de4ff2c185b26ba59c6358 (patch) | |
tree | f72be37f1cd443b591709e9b38a58ff2754dfc73 /audio/jack-rack/jack-rack.1 | |
parent | bb381bab725dd8ef72196ac01d20c75bda125f7b (diff) | |
download | slackbuilds-a15ad4bb98b27e5280de4ff2c185b26ba59c6358.tar.gz |
audio/jack-rack: Added (LADSPA effects host)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/jack-rack/jack-rack.1')
-rw-r--r-- | audio/jack-rack/jack-rack.1 | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/audio/jack-rack/jack-rack.1 b/audio/jack-rack/jack-rack.1 new file mode 100644 index 0000000000..7250dd3349 --- /dev/null +++ b/audio/jack-rack/jack-rack.1 @@ -0,0 +1,66 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH JACK-RACK 1 "June 6, 2003" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +jack-rack \- a LADSPA effects rack +.SH SYNOPSIS +.B jack-rack +.RI [ options ] " files" ... +.SH DESCRIPTION +This manual page documents briefly the +.B jack-rack +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. + +The jack-rack program allows you to load several LADSPA plugins +and stack them together in order to build a virtual effects box. +.PP +.SH OPTIONS +This program follows the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +.TP +.B \-h, \-\-help +Display this help info +.TP +.B \-p, \-\-pid-name +Use the pid in the JACK client name (default) +.TP +.B \-s, \-\-string-name +Use <string> in the JACK client name +.TP +.B \-n, \-\-name +Use just jack_rack as the client name +.TP +.B \-i, \-\-input +Connected inputs to the first two physical capture ports +.TP +.B \-o, \-\-output +Connected outputs to the first two physical playback ports +.TP +.B \-c, \-\-channels <int> +How many input and output channels the rack should use (default: 2) +.TP +.B \-D, \-\-tmpdir <dir> +Tell JACK to use <dir> for its temporary files +.SH SEE ALSO +.BR jackd (1), +.br +.SH AUTHOR +This manual page was written by Guenter Geiger <geiger@debian.org>, +for the Debian GNU/Linux system (but may be used by others). |