summaryrefslogtreecommitdiff
path: root/opcodes/ftlen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/ftlen.xml')
-rw-r--r--opcodes/ftlen.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/ftlen.xml b/opcodes/ftlen.xml
index ba841f4..6766982 100644
--- a/opcodes/ftlen.xml
+++ b/opcodes/ftlen.xml
@@ -40,7 +40,7 @@
<refsect1>
<title>Examples</title>
<para>
- Here is an example of the ftlen opcode. It uses the file <ulink url="examples/ftlen.csd"><citetitle>ftlen.csd</citetitle></ulink>, and <ulink url="examples/mary.wav"><citetitle>mary.wav</citetitle></ulink>.
+ Here is an example of the ftlen opcode. It uses the file <ulink url="examples/ftlen.csd"><citetitle>ftlen.csd</citetitle></ulink>, <ulink url="examples/fox.wav"><citetitle>fox.wav</citetitle></ulink> and <ulink url="examples/beats.wav"><citetitle>beats.wav</citetitle></ulink>.
<example>
<title>Example of the ftlen opcode.</title>
@@ -51,9 +51,10 @@
<xi:include href="examples-xml/ftlen.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</example>
- The audio file <quote>mary.wav</quote> is 154390 samples long. The ftlen opcode reports it as 154389 samples long because it reserves 1 point for the guard point. Its output should include a line like this:
+ The audio file <quote>fox.wav</quote> is 121569 samples long, <quote>beats.wav</quote> has a length of 88200 samples. The ftlen opcode reports them as 121568 and 88199 samples, because it reserves 1 point for the guard point. Its output should include lines like these:
<screen>
-instr 1: ilen = 154389.000
+instr 1: ift = 121568.000
+instr 1: ift = 88199.000
</screen>
</para>
</refsect1>
@@ -78,6 +79,5 @@ instr 1: ilen = 154389.000
<member>1997</member>
</simplelist>
</para>
- <para>Example written by &namekevin;.</para>
</refsect1>
</refentry>