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.
This commit is contained in:
Max Kellermann
2009-11-06 18:58:35 +01:00
parent 2598dd5109
commit ba34d48cf0
3 changed files with 87 additions and 38 deletions

View File

@@ -756,6 +756,18 @@ cd mpd-version</programlisting>
launch the JACK daemon. Disabled by default.
</entry>
</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>