mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2019-08-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored ripcd(8) to manage JACK port [dis]connections directly, rather than by delegation to caed(8).
This commit is contained in:
@@ -1416,77 +1416,6 @@
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>JACK Operations</title>
|
||||
<sect2>
|
||||
<title><command>Connect Ports</command></title>
|
||||
<para>
|
||||
Connect a JACK input port to an output port. If the connection was
|
||||
successfully added, returns:
|
||||
</para>
|
||||
<para>
|
||||
<userinput>JC <replaceable>output-name</replaceable>
|
||||
<replaceable>input-name</replaceable>!</userinput>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<replaceable>output-name</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The name of the JACK output port, in format CLIENTNAME:PORTNAME.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<replaceable>input-name</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The name of the JACK input port, in format CLIENTNAME:PORTNAME.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title><command>Disconnect Ports</command></title>
|
||||
<para>
|
||||
Disconnect a JACK input port from an output port. If the connection was
|
||||
successfully removed, returns:
|
||||
</para>
|
||||
<para>
|
||||
<userinput>JD <replaceable>output-name</replaceable>
|
||||
<replaceable>input-name</replaceable>!</userinput>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<replaceable>output-name</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The name of the JACK output port, in format CLIENTNAME:PORTNAME.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<replaceable>input-name</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The name of the JACK input port, in format CLIENTNAME:PORTNAME.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
<title>Meter Commands</title>
|
||||
<sect2>
|
||||
|
Reference in New Issue
Block a user