Skip to content

Commit 309d77f

Browse files
authored
added f signal example
1 parent b1a1420 commit 309d77f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

opcodes/opcode.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</para>
9191

9292
<para>
93-
<emphasis>intypes</emphasis> -- list of input types, any combination of the characters: a,f, k, O, P, V, K, i, o, p, and j. A single 0 character can be used if there are no input arguments. Double quotes and delimiter characters (e.g. comma) are <emphasis>not</emphasis> needed.
93+
<emphasis>intypes</emphasis> -- list of input types, any combination of the characters: a, f, k, O, P, V, K, i, o, p, and j. A single 0 character can be used if there are no input arguments. Double quotes and delimiter characters (e.g. comma) are <emphasis>not</emphasis> needed.
9494
</para>
9595

9696
<para>
@@ -412,6 +412,16 @@ xinarg1 [, xinarg2] [, xinarg3] ... [xinargN] <emphasis role="opc">xin</emphasi
412412
<xi:include href="examples-xml/opcode_example.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
413413
</example>
414414
</para>
415+
416+
<para>
417+
Here is another example of a user-defined opcode. It uses the file
418+
<ulink
419+
url="examples/opcode_f.csd"><citetitle>opcode_f.csd</citetitle></ulink>.
420+
<example>
421+
<title>Second example of a user-defined opcode.</title>
422+
<xi:include href="examples-xml/opcode_f.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
423+
</example>
424+
</para>
415425
</refsect1>
416426

417427
<refsect1>

0 commit comments

Comments
 (0)