1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .\" Man page generated from reStructuredText.
- .
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .TH "REVERBED" 1 "2021-12-01" "r0" "SlackBuilds.org"
- .SH NAME
- reverbed \- reverb (room acoustics simulation) for JACK
- .\" RST source for reverbed(1) man page. Convert with:
- .
- .\" rst2man.py reverbed.rst > reverbed.1
- .
- .\" rst2man.py comes from the SBo development/docutils package.
- .
- .SH SYNOPSIS
- .sp
- reverbed [\fB\-a\fP | \fB\-i\fP | \fB\-o\fP] [\fB\-c\fP \fIclient_name\fP]
- .SH DESCRIPTION
- .sp
- \fBreverbed\fP, aka TAP Reverb Editor, is a standalone JACK application
- that implements a reverb effect, with graphical interface to allow
- changing parameters on the fly.
- .sp
- \fBreverbed\fP creates two JACK inputs and two JACK outputs, which must
- be connected to other JACK inputs/outputs in order to route audio
- through the application. By default, these aren\(aqt connected to anything
- at startup, but see the options below.
- .SH OPTIONS
- .INDENT 0.0
- .TP
- .B \fB\-i\fP
- Autoconnect JACK inputs to the first two hardware capture ports.
- .TP
- .B \fB\-o\fP
- Autoconnect JACK outputs to the first two hardware playback ports.
- .TP
- .B \fB\-a\fP
- Autoconnect both input and output ports (same as \fB\-i\fP \fB\-o\fP).
- .TP
- .B \fB\-c\fP \fIclient_name\fP
- Use \fBclient_name\fP instead of the default \fIreverbED\fP when
- connecting to JACK. You need this option if you want to run more
- than one instance of the program at the same time, since JACK
- client programs must have unique client names.
- .UNINDENT
- .SH FILES
- .INDENT 0.0
- .TP
- .B \fB$HOME/.reverbed\fP
- Presets are loaded from here at startup, if this file exists.
- .TP
- .B \fB/etc/reverbed/reverbed.conf\fP
- Presets are loaded from here if \fB$HOME/.reverbed\fP doesn\(aqt exist.
- .UNINDENT
- .SH COPYRIGHT
- .sp
- See the file /usr/doc/tap_plugins\-1.0.1/COPYING for license information.
- .SH AUTHORS
- .sp
- reverbed was written by Tom Szilagyi.
- .sp
- This man page written for the SlackBuilds.org project
- by B. Watson, and is licensed under the WTFPL.
- .SH SEE ALSO
- .sp
- The user manual for reverbed:
- .sp
- \fI/usr/doc/tap_plugins\-1.0.1/tap\-plugins\-doc\-20140526/reverbed/manual.html\fP
- .\" Generated by docutils manpage writer.
- .
|