summaryrefslogtreecommitdiff
path: root/opcodes/copya2ftab.xml
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2014-01-24 13:54:37 -0300
committerFelipe Sateler <fsateler@debian.org>2014-01-24 13:54:37 -0300
commitbcf06a42deb371baf3deb9f4addb474b08273120 (patch)
tree4a8c3fb811dd164d4486628d8eff6043ebe8a6c3 /opcodes/copya2ftab.xml
parent3a91171181113761a14bcc36a086a8dda144b77b (diff)
Imported Upstream version 6.02~dfsg
Diffstat (limited to 'opcodes/copya2ftab.xml')
-rw-r--r--opcodes/copya2ftab.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/opcodes/copya2ftab.xml b/opcodes/copya2ftab.xml
new file mode 100644
index 0000000..a5e0bb9
--- /dev/null
+++ b/opcodes/copya2ftab.xml
@@ -0,0 +1,74 @@
+
+<refentry id="copya2ftab">
+<indexterm id="IndexCopya2ftab"><primary>copya2ftab</primary></indexterm>
+ <refentryinfo><title>Array Opcodes</title></refentryinfo>
+ <refmeta>
+ <refentrytitle>copya2ftab</refentrytitle>
+ </refmeta>
+
+
+
+ <refnamediv>
+ <refname>copya2ftab</refname>
+
+ <refpurpose>
+ Copy data from a vector to an f-table.
+ </refpurpose>
+ </refnamediv>
+
+ <refsect1>
+ <title>Description</title>
+ <para>
+ The <emphasis>copya2ftab</emphasis> opcode takes a t-var and
+ copies the contents to an f-table.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>Syntax</title>
+ <synopsis><command>copya2ftab</command> tab, kftbl</synopsis>
+ </refsect1>
+
+ <refsect1>
+ <title>Performance</title>
+ <para>
+ <emphasis>tab</emphasis> -- tables for source.
+ </para>
+ <para>
+ <emphasis>kftbl</emphasis> -- f-tables for destination.
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>Example</title>
+ <para>
+ Here is an example of the copya2ftab opcode. It uses the file
+ <ulink url="examples/copya2ftab.csd"><citetitle>copya2ftab.csd</citetitle></ulink>.
+ <example>
+ <title>Example of the copya2ftab 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/copya2ftab.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+ </example>
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>See Also</title>
+ <para>
+ <link linkend="copyf2array"><citetitle>copyf2array</citetitle></link>
+ </para>
+ </refsect1>
+
+ <refsect1>
+ <title>Credits</title>
+ <para>
+ <simplelist>
+ <member>Author: &namejohn;</member>
+ <member>October 2011</member>
+ </simplelist>
+ </para>
+
+ <para>New in Csound version 5.15</para>
+ <para>Renamed in Csound version 6.00</para>
+ </refsect1>
+</refentry>