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:
Fred Gleason
2019-08-06 19:54:38 -04:00
parent 102623e63b
commit 37da80e1c3
13 changed files with 188 additions and 148 deletions

View File

@@ -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>