aboutsummaryrefslogtreecommitdiff
path: root/doc/user.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-06 18:58:35 +0100
committerMax Kellermann <max@duempel.org>2009-11-06 18:58:35 +0100
commitba34d48cf093cbfbe9d6e63e7177ba79791c6a4a (patch)
tree230dc6320531c14ee96dc153833dddeaf71ad498 /doc/user.xml
parent2598dd510910d3a39eb665216760a705c26ccf50 (diff)
output/jack: dynamic source port list
Same as the previous patch: create up to 16 configured source ports. The plugin tries to do its best at guessing the right combination for the given input file, the number of source and destination ports.
Diffstat (limited to 'doc/user.xml')
-rw-r--r--doc/user.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 6eba599e..aabbd33f 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -758,6 +758,18 @@ cd mpd-version</programlisting>
</row>
<row>
<entry>
+ <varname>source_ports</varname>
+ <parameter>A,B</parameter>
+ </entry>
+ <entry>
+ The names of the JACK source ports to be created.
+ By default, the ports "left" and "right" are
+ created. To use more ports, you have to tweak this
+ option.
+ </entry>
+ </row>
+ <row>
+ <entry>
<varname>destination_ports</varname>
<parameter>A,B</parameter>
</entry>