-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray.xml
More file actions
78 lines (69 loc) · 2.32 KB
/
array.xml
File metadata and controls
78 lines (69 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!--translated=yes
authors=Francois Pinot
english cvs version=
// translated field can be yes, no or partially
// Add your name to the existing list of authors
// Add the version number of the file you are translating from the english version number on cvs
// *** Please remember to keep this information up to date! ***
-->
<refentry id="array">
<indexterm id="IndexArray"><primary>array</primary></indexterm>
<refentryinfo><title>Table Control:Table Queries</title></refentryinfo>
<refmeta>
<refentrytitle>array</refentrytitle>
</refmeta>
<refnamediv>
<refname>array</refname>
<refpurpose>
Obsolète.
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<para>
Crée un vecteur (tableau unidimensionnel de taux-k) avec des valeurs initiales.
</para>
</refsect1>
<refsect1>
<title>Syntaxe</title>
<synopsis>karray[] <command>array</command> ival1, ival2, ..., ivaln</synopsis>
</refsect1>
<refsect1>
<title>Initialisation</title>
<para>
<emphasis>ival1, ..., ivaln</emphasis> -- valeurs à placer dans le vecteur.
</para>
</refsect1>
<refsect1>
<title>Exemples</title>
<para>
Voici un exemple de l'opcode array. Il utilise le fichier
<ulink url="examples/array.csd"><citetitle>array.csd</citetitle></ulink>.
<example>
<title>Exemple de l'opcode array.</title>
<para>Voir les sections <link linkend="UsingRealTime"><citetitle>Audio en Temps Réel</citetitle></link>
et <link linkend="CommandFlags"><citetitle>Options de la Ligne de Commande</citetitle></link> pour plus
d'information sur l'utilisation des options de la ligne de commande.</para>
<xi:include href="examples-xml/array.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
</example>
</para>
</refsect1>
<refsect1>
<title>Voir aussi</title>
<para>
<link linkend="vectorial"><citetitle></citetitle>Opcodes vectoriels</link>
<link linkend="fillarray"><citetitle></citetitle>fillarray</link>
</para>
</refsect1>
<refsect1>
<title>Crédits</title>
<para>
<simplelist>
<member>Auteur : &namejohn;</member>
<member>Codemist Ltd</member>
<member>2013</member>
</simplelist>
</para>
<para>Nouveau dans la version 6.00</para>
</refsect1>
</refentry>