summaryrefslogtreecommitdiff
path: root/opcodes/pvsynth.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/pvsynth.xml')
-rw-r--r--opcodes/pvsynth.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/opcodes/pvsynth.xml b/opcodes/pvsynth.xml
index 37d8b37..6d7eb9a 100644
--- a/opcodes/pvsynth.xml
+++ b/opcodes/pvsynth.xml
@@ -44,19 +44,18 @@
<title>Examples</title>
<para>
<example>
- <title>Example (using score-supplied f-table, assuming fsig fftsize = 1024)</title>
+ <title>Example (using score-supplied f-table, assuming fsig <emphasis>fftsize = 1024</emphasis>)</title>
<programlisting>
-; score f-table using cubic spline to define shaped peaks
-f1 0 513 8 0 2 1 3 0 4 1 6 0 10 1 12 0 16 1 32 0 1 0 436 0
+<emphasis role="comment">; score f-table using cubic spline to define shaped peaks</emphasis>
+<emphasis role="stamnt">f</emphasis>1 0 513 8 0 2 1 3 0 4 1 6 0 10 1 12 0 16 1 32 0 1 0 436 0
-asig buzz 20000,199,50,1 ; pulsewave source
-fsig pvsanal asig,1024,256,1024,0 ; create fsig
-kmod linseg 0,p3/2,1,p3/2,0 ; simple control sig
+asig <emphasis role="opc">buzz</emphasis> 20000, 199, 50, 1 <emphasis role="comment">; pulsewave source</emphasis>
+fsig <emphasis role="opc">pvsanal</emphasis> asig, 1024, 256, 1024, 0 <emphasis role="comment">; create fsig</emphasis>
+kmod <emphasis role="opc">linseg</emphasis> 0, p3/2, 1, p3/2, 0 <emphasis role="comment">; simple control sig</emphasis>
-fsigout pvsmaska fsig,2,kmod ; apply weird eq to fsig
-aout pvsynth fsigout ; resynthesize,
- dispfft aout,0.1,1024 ; and view the effect
- </programlisting>
+fsigout <emphasis role="opc">pvsmaska</emphasis> fsig, 2, kmod <emphasis role="comment">; apply weird eq to fsig</emphasis>
+aout <emphasis role="opc">pvsynth</emphasis> fsigout <emphasis role="comment">; resynthesize,</emphasis>
+ <emphasis role="opc">dispfft</emphasis> aout, 0.1, 1024 <emphasis role="comment">; and view the effect</emphasis></programlisting>
</example>
</para>