~ubuntustudio-dev/ubuntustudio-packaging/jack-rack

« back to all changes in this revision

Viewing changes to debian/jack-rack.1

  • Committer: Bazaar Package Importer
  • Author(s): Guenter Geiger (Debian/GNU)
  • Date: 2003-11-25 10:22:05 UTC
  • Revision ID: james.westby@ubuntu.com-20031125102205-95dcsgagvd0f8gjo
Tags: 1.4.3-1
New upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH JACK-RACK 1 "June 6, 2003"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
jack-rack \- a LADSPA effects rack
 
20
.SH SYNOPSIS
 
21
.B jack-rack
 
22
.RI [ options ] " files" ...
 
23
.SH DESCRIPTION
 
24
This manual page documents briefly the
 
25
.B jack-rack
 
26
command.
 
27
This manual page was written for the Debian distribution
 
28
because the original program does not have a manual page.
 
29
 
 
30
The jack-rack program allows you to load several LADSPA plugins
 
31
and stack them together in order to build a virtual effects box.
 
32
.PP
 
33
.SH OPTIONS
 
34
This program follows the usual GNU command line syntax, with long
 
35
options starting with two dashes (`-').
 
36
A summary of options is included below.
 
37
.TP
 
38
.B \-h, \-\-help
 
39
Display this help info
 
40
.TP
 
41
.B \-p, \-\-pid-name 
 
42
Use the pid in the JACK client name (default)
 
43
.TP
 
44
.B \-s, \-\-string-name
 
45
Use <string> in the JACK client name
 
46
.TP
 
47
.B \-n, \-\-name
 
48
Use just jack_rack as the client name
 
49
.TP
 
50
.B \-i, \-\-input
 
51
Connected inputs to the first two physical capture ports
 
52
.TP
 
53
.B \-o, \-\-output
 
54
Connected outputs to the first two physical playback ports
 
55
.TP
 
56
.B \-c, \-\-channels <int>
 
57
How many input and output channels the rack should use (default: 2)
 
58
.TP
 
59
.B \-D, \-\-tmpdir <dir>
 
60
Tell JACK to use <dir> for its temporary files
 
61
.SH SEE ALSO
 
62
.BR jackd (1),
 
63
.br
 
64
.SH AUTHOR
 
65
This manual page was written by Guenter Geiger <geiger@debian.org>,
 
66
for the Debian GNU/Linux system (but may be used by others).