Skip to content

Commit

Permalink
minor tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Feb 25, 2017
1 parent 17ac927 commit 32488eb
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions misc/examples.xml
Expand Up @@ -1098,6 +1098,7 @@
<para><ulink url="examples/pvsosc.csd"><citetitle>pvsosc.csd</citetitle></ulink></para><simpara />
<para><ulink url="examples/pvspitch.csd"><citetitle>pvspitch.csd</citetitle></ulink></para><simpara />
<para><ulink url="examples/pvstanal.csd"><citetitle>pvstanal.csd</citetitle></ulink></para><simpara />
<para><ulink url="examples/pvstrace.csd"><citetitle>pvstrace.csd</citetitle></ulink></para><simpara />
<para><ulink url="examples/pvsvoc.csd"><citetitle>pvsvoc.csd</citetitle></ulink></para><simpara />
<para><ulink url="examples/pvswarp.csd"><citetitle>pvswarp.csd</citetitle></ulink></para><simpara />
<para><ulink url="examples/pvsynth.csd"><citetitle>pvsynth.csd</citetitle></ulink></para><simpara />
Expand Down
3 changes: 2 additions & 1 deletion misc/quickref.xml
Expand Up @@ -1125,7 +1125,7 @@
<para>
<para/>
<synopsis><link linkend="ftfree">ftfree</link> ifno, iwhen</synopsis><para/>
<synopsis>gir <link linkend="ftgen">ftgen</link> ifn, itime, isize, igen, iarga [, iargb ] [...]</synopsis><para/>
<synopsis>gir <link linkend="ftgen">ftgen</link> ifn, itime, isize, igen, iarga [, iargb ] [...]</synopsis><synopsis>gir <link linkend="ftgen">ftgen</link> ifn, itime, isize, igen, iarray</synopsis><para/>
<synopsis>ifno <link linkend="ftgentmp">ftgentmp</link> ip1, ip2dummy, isize, igen, iarga, iargb, ...</synopsis><para/>
<synopsis>Sdst <link linkend="getftargs">getftargs</link> iftno, ktrig</synopsis><para/>
<synopsis><link linkend="sndload">sndload</link> Sfname[, ifmt[, ichns[, isr[, ibas[, iamp[, istrt \
Expand Down Expand Up @@ -1700,6 +1700,7 @@
<synopsis>fsig <link linkend="pvstanal">pvstanal</link> ktimescal, kamp, kpitch, ktab, [kdetect, kwrap, ioffset,ifftsize, ihop, idbthresh]
</synopsis><para/>
<synopsis>fsig <link linkend="pvstencil">pvstencil</link> fsigin, kgain, klevel, iftable</synopsis><para/>
<synopsis>fsig <link linkend="pvstrace">pvstrace</link> fsigin, kn </synopsis><para/>
<synopsis>fsig <link linkend="pvsvoc">pvsvoc</link> famp, fexc, kdepth, kgain [,kcoefs]</synopsis><para/>
<synopsis>fsig <link linkend="pvswarp">pvswarp</link> fsigin, kscal, kshift[, klowest, kmeth, kgain, kcoefs]</synopsis><para/>
<synopsis>ares <link linkend="pvsynth">pvsynth</link> fsrc, [iinit]</synopsis><para/>
Expand Down
1 change: 1 addition & 0 deletions opcodes/ftom.xml
Expand Up @@ -80,6 +80,7 @@
<!-- And put your name and other relevant information here-->
<title>Credits</title>
<para>By: &nameeduardo; 2017</para>
<para>New in version 6.09</para>
</refsect1>

<!--Now remember to add a link from the appropriate category in the Opcode Overview.-->
Expand Down
1 change: 1 addition & 0 deletions opcodes/linlin.xml
Expand Up @@ -88,6 +88,7 @@ out = (in - srclo) / (srchi - srclo) * (dsthi - dstlo) + dstlo
<!-- And put your name and other relevant information here-->
<title>Credits</title>
<para>By: &nameeduardo; 2017</para>
<para>New in version 6.09</para>
</refsect1>

<!--Now remember to add a link from the appropriate category in the Opcode Overview.-->
Expand Down
1 change: 1 addition & 0 deletions opcodes/mtof.xml
Expand Up @@ -78,6 +78,7 @@
<!-- And put your name and other relevant information here-->
<title>Credits</title>
<para>By: &nameeduardo; 2017</para>
<para>New in version 6.09</para>
</refsect1>

<!--Now remember to add a link from the appropriate category in the Opcode Overview.-->
Expand Down
1 change: 1 addition & 0 deletions opcodes/mton.xml
Expand Up @@ -91,6 +91,7 @@
<!-- And put your name and other relevant information here-->
<title>Credits</title>
<para>By: &nameeduardo; 2017</para>
<para>New in version 6.09</para>
</refsect1>

<!--Now remember to add a link from the appropriate category in the Opcode Overview.-->
Expand Down
1 change: 1 addition & 0 deletions opcodes/ntom.xml
Expand Up @@ -95,6 +95,7 @@
<!-- And put your name and other relevant information here-->
<title>Credits</title>
<para>By: &nameeduardo; 2017</para>
<para>New in version 6.09</para>
</refsect1>

<!--Now remember to add a link from the appropriate category in the Opcode Overview.-->
Expand Down
7 changes: 6 additions & 1 deletion opcodes/out.xml
Expand Up @@ -38,6 +38,11 @@
written to disk. There can be any number of these output units
in an instrument.
</para>
<para>
In the array case each element of the arrary is sent to the
corresponding channel. This provides a way of using many
channels. The nonarray version is limited to 1999.
</para>

<para>
The type (mono, stereo, quad, hex, or oct) should agree
Expand All @@ -52,7 +57,7 @@
<para>
Here is an example of the out opcode. It uses the file <ulink url="examples/out.csd"><citetitle>out.csd</citetitle></ulink>.
<example>
<title>Example of the out opcode.</title>
<title>Example of the out opcode.</title>
<para>See the sections <link linkend="UsingRealTime"><citetitle>Real-time Audio</citetitle></link> and <link linkend="CommandFlags"><citetitle>Command Line Flags</citetitle></link> for more information on using command line flags.</para>
<xi:include href="examples-xml/out.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</example>
Expand Down
3 changes: 1 addition & 2 deletions opcodes/pvstrace.xml
Expand Up @@ -76,7 +76,6 @@
</simplelist>
</para>

<para>New plugin in version 6</para>
<para>2017</para>
<para>New plugin in version 6.09</para>
</refsect1>
</refentry>
1 change: 1 addition & 0 deletions opcodes/template.xml
Expand Up @@ -138,6 +138,7 @@
<title>Credits</title>
<para>By: &namejohn; 2010</para>
<para>Additional information</para>
<para>New in version 6.??</para>
</refsect1>

<!--Now remember to add a link from the appropriate category in the Opcode Overview.-->
Expand Down

0 comments on commit 32488eb

Please sign in to comment.