reverbed.1 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .
  4. .nr rst2man-indent-level 0
  5. .
  6. .de1 rstReportMargin
  7. \\$1 \\n[an-margin]
  8. level \\n[rst2man-indent-level]
  9. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  10. -
  11. \\n[rst2man-indent0]
  12. \\n[rst2man-indent1]
  13. \\n[rst2man-indent2]
  14. ..
  15. .de1 INDENT
  16. .\" .rstReportMargin pre:
  17. . RS \\$1
  18. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  19. . nr rst2man-indent-level +1
  20. .\" .rstReportMargin post:
  21. ..
  22. .de UNINDENT
  23. . RE
  24. .\" indent \\n[an-margin]
  25. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  26. .nr rst2man-indent-level -1
  27. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  28. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  29. ..
  30. .TH "REVERBED" 1 "2021-12-01" "r0" "SlackBuilds.org"
  31. .SH NAME
  32. reverbed \- reverb (room acoustics simulation) for JACK
  33. .\" RST source for reverbed(1) man page. Convert with:
  34. .
  35. .\" rst2man.py reverbed.rst > reverbed.1
  36. .
  37. .\" rst2man.py comes from the SBo development/docutils package.
  38. .
  39. .SH SYNOPSIS
  40. .sp
  41. reverbed [\fB\-a\fP | \fB\-i\fP | \fB\-o\fP] [\fB\-c\fP \fIclient_name\fP]
  42. .SH DESCRIPTION
  43. .sp
  44. \fBreverbed\fP, aka TAP Reverb Editor, is a standalone JACK application
  45. that implements a reverb effect, with graphical interface to allow
  46. changing parameters on the fly.
  47. .sp
  48. \fBreverbed\fP creates two JACK inputs and two JACK outputs, which must
  49. be connected to other JACK inputs/outputs in order to route audio
  50. through the application. By default, these aren\(aqt connected to anything
  51. at startup, but see the options below.
  52. .SH OPTIONS
  53. .INDENT 0.0
  54. .TP
  55. .B \fB\-i\fP
  56. Autoconnect JACK inputs to the first two hardware capture ports.
  57. .TP
  58. .B \fB\-o\fP
  59. Autoconnect JACK outputs to the first two hardware playback ports.
  60. .TP
  61. .B \fB\-a\fP
  62. Autoconnect both input and output ports (same as \fB\-i\fP \fB\-o\fP).
  63. .TP
  64. .B \fB\-c\fP \fIclient_name\fP
  65. Use \fBclient_name\fP instead of the default \fIreverbED\fP when
  66. connecting to JACK. You need this option if you want to run more
  67. than one instance of the program at the same time, since JACK
  68. client programs must have unique client names.
  69. .UNINDENT
  70. .SH FILES
  71. .INDENT 0.0
  72. .TP
  73. .B \fB$HOME/.reverbed\fP
  74. Presets are loaded from here at startup, if this file exists.
  75. .TP
  76. .B \fB/etc/reverbed/reverbed.conf\fP
  77. Presets are loaded from here if \fB$HOME/.reverbed\fP doesn\(aqt exist.
  78. .UNINDENT
  79. .SH COPYRIGHT
  80. .sp
  81. See the file /usr/doc/tap_plugins\-1.0.1/COPYING for license information.
  82. .SH AUTHORS
  83. .sp
  84. reverbed was written by Tom Szilagyi.
  85. .sp
  86. This man page written for the SlackBuilds.org project
  87. by B. Watson, and is licensed under the WTFPL.
  88. .SH SEE ALSO
  89. .sp
  90. The user manual for reverbed:
  91. .sp
  92. \fI/usr/doc/tap_plugins\-1.0.1/tap\-plugins\-doc\-20140526/reverbed/manual.html\fP
  93. .\" Generated by docutils manpage writer.
  94. .