[SCM] calf/master: + JACK host: manpage update

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:52 UTC 2013


The following commit has been merged in the master branch:
commit 4ea5fc09b0efcbedf17224704e3c2e45201b3f49
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Jan 18 15:26:50 2009 +0000

    + JACK host: manpage update

diff --git a/calfjackhost.1 b/calfjackhost.1
index 4b2df1f..c2d35eb 100644
--- a/calfjackhost.1
+++ b/calfjackhost.1
@@ -2,7 +2,7 @@
 .SH NAME
 calfjackhost \- JACK wrapper for Calf plugins
 .SH SYNOPSIS
-.B calfjackhost [\fIoptions\fR] \fIplugin\fR [\fB!\fR] ...
+.B calfjackhost [\fIoptions\fR] \fIplugin[:preset]\fR [\fB!\fR] ...
 .br
 .SH DESCRIPTION
 Calf JACK host application provides a way to use Calf plugins directly, without need for any external host application. It also offers best GUI functionality (using GTK+ 2 widget set), as there is no restrictive plugin standard getting in a way between GUI and audio processing code.
@@ -27,9 +27,6 @@ automatically connect all MIDI ports to \fIclient:port\fR
 \fB--connect-midi\fR \fB!\fIn\fR
 automatically connect all MIDI ports to \fBsystem:midi_capture_\fIn\fR
 .TP
-\fB--preset\fR \fIname\fR
-when preceding a plugin name, starts a plugin with specified preset
-.TP
 \fB--version\fR
 prints a version string (calf some.version.number)
 .TP
@@ -47,8 +44,10 @@ Plugin names (should be self-explanatory):
  * reverb
  * vintagedelay
  * monosynth
- * organ (when enabled during compilation)
- * rotaryspeaker (when enabled during compilation)
+ * multichorus (chorus effect with multiple voices)
+ * compressor (Thor Harald Johansen's dynamic compressor)
+ * organ (polyphonic synthesizer emulating tonewheel or solid state organs)
+ * rotaryspeaker (not a faithful emulation, not even close)
 
 .SH BUGS
 Please send bug reports to <wdev at foltman.com>.
@@ -68,6 +67,10 @@ Other examples:
 (runs monosynth into vintagedelay and vintagedelay into flanger, then to
 output; connects monosynth's MIDI input to JACK's system:midi_capture_2)
 
+        calfjackhost "monosynth:Fat Bass"
+
+(runs monosynth with a Fat Bass preset into monosynth, does not autoconnect)
+
         calfjackhost ! reverb !
 
 (takes signal from system:capture_1 and _2, puts it through reverb, and then

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list