summaryrefslogtreecommitdiff
path: root/opcodes/partials.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/partials.xml')
-rw-r--r--opcodes/partials.xml26
1 files changed, 7 insertions, 19 deletions
diff --git a/opcodes/partials.xml b/opcodes/partials.xml
index ac5e35f..31fe69c 100644
--- a/opcodes/partials.xml
+++ b/opcodes/partials.xml
@@ -75,28 +75,16 @@
</refsect1>
<refsect1>
- <title>Examples</title>
+ <title>Example</title>
<para>
+ Here is an example of the partials opcodes. It uses the file <ulink url="examples/partials.csd"><citetitle>partials.csd</citetitle></ulink>.
<example>
- <title>Example</title>
- <programlisting>
-ain inch 1 ; input signal
-fs1,fsi2 pvsifd ain,2048,512,1 ; ifd analysis
-fst partials fs1,fsi2,.003,1,3,500 ; partial tracking
- aout resyn fst, 1, 1.5, 500, 1 ; resynthesis (up a 5th)
-out aout
- </programlisting>
+ <title>Example of the partials opcodes.</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/partials.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</example>
-
-
- </para>
-
- <para>
-The example above shows partial tracking of an ifd-analysis signal and
-cubic-phase additive resynthesis with pitch shifting.
-
- </para>
-
+ </para>
+ <para>The example above shows partial tracking of an ifd-analysis signal and cubic-phase additive resynthesis with pitch shifting.</para>
</refsect1>
<refsect1>