[SCM] calf/master: + Updated README to mention new invocation syntax

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:36:54 UTC 2013


The following commit has been merged in the master branch:
commit 5105860d529fa0a584e24f4a3eaf0d1e4452d7c1
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Fri Jan 4 23:32:39 2008 +0000

    + Updated README to mention new invocation syntax
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@75 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/README b/README
index 5176bf1..4cba953 100644
--- a/README
+++ b/README
@@ -23,13 +23,27 @@ You can also use Calf plugins as separate applications, connecting to other
 applications using JACK Audio Connection Kit (version 0.103 or newer is
 required). To run the client, type:
 
-        calfjackhost -p monosynth
+        calfjackhost monosynth !
 
-Instead of monosynth, you can also select flanger, reverb or filter.
+(! means "connect", last "!" means "connect to output")
+
+Other examples:
+
+        calfjackhost monosynth ! vintagedelay ! flanger !
+
+(runs monosynth into vintagedelay and vintagedelay into flanger, then to
+output)
+
+        calfjackhost ! reverb !
+
+(takes signal from system:capture_1 and _2, puts it through reverb, and then
+sends to system:playback_1 and _2)
 
 You can also change client name or input/output port names with command-line
 options (type calfjackhost --help). Use qjackctl, patchage or jack_connect
-to connect the Calf JACK client to your sound card or other applications.
+to connect the Calf JACK client to your sound card or other applications, if
+"!" is inadequate for any reason (if I didn't explain it properly, or if it
+doesn't provide the connectivity options needed).
 
 Keep in mind this project is in the early development phase. It is usable
 for certain purposes, but drop me a note if you need something.

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list