diff options
author | Max Kellermann <max@duempel.org> | 2009-11-06 18:58:35 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-06 18:58:35 +0100 |
commit | ba34d48cf093cbfbe9d6e63e7177ba79791c6a4a (patch) | |
tree | 230dc6320531c14ee96dc153833dddeaf71ad498 /doc/user.xml | |
parent | 2598dd510910d3a39eb665216760a705c26ccf50 (diff) | |
download | mpd-ba34d48cf093cbfbe9d6e63e7177ba79791c6a4a.tar.gz mpd-ba34d48cf093cbfbe9d6e63e7177ba79791c6a4a.tar.xz mpd-ba34d48cf093cbfbe9d6e63e7177ba79791c6a4a.zip |
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.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 6eba599ed..aabbd33f6 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> |