~ubuntu-branches/ubuntu/trusty/csound-manual/trusty-proposed

« back to all changes in this revision

Viewing changes to table/top.xml

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Sateler
  • Date: 2011-08-01 22:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801222158-90kslkp5ujci2f5d
Tags: 1:5.13~dfsg-1
* New upstream release
 - Add Menno Knevel to the copyright file
 - Refresh patch 2000-stripped-opcodes.diff
 - Update copyright hints file
* Update Vcs-* headers
* Bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<chapter id="TableTop">
3
3
  <title>Function Table Control</title>
4
4
  <para>
5
 
    Refer to the <link linkend="f"><citetitle>f score statement</citetitle></link>,   <link linkend="ftgen"><citetitle>ftgen</citetitle></link>, <link linkend="ftgentmp"><citetitle>ftgentmp</citetitle></link> and the <link linkend="ScoreGenRef"><citetitle>GEN Routines</citetitle></link> section for information on creating tables.</para>
 
5
    Refer to the <link linkend="f"><citetitle>f score
 
6
    statement</citetitle></link>,   <link linkend="ftgen"><citetitle>ftgen</citetitle></link>, <link linkend="ftgentmp"><citetitle>ftgentmp</citetitle></link>, <link linkend="ftgenonce"><citetitle>ftgenonce</citetitle></link>
 
7
    and the <link linkend="ScoreGenRef"><citetitle>GEN Routines</citetitle></link> section for information on creating tables.</para>
6
8
  <para>
7
9
    Tables can be removed from memory using the <link linkend="ftfree"><citetitle>ftfree</citetitle></link> opcode.
8
10
  </para>
9
11
  <para>
10
 
    For information on table access, consult the section <link linkend="SiggenTableacc"><citetitle>Table Access</citetitle></link>.
11
 
  </para>
12
 
  <para>
13
 
    Tables for use with the <link linkend="loscilx"><citetitle>loscilx</citetitle></link> opcode can be loaded using <link linkend="sndload"><citetitle>sndload</citetitle></link>.
14
 
  </para>
15
 
  <para>
16
12
    Tables by default, require a size which is a power of two. However tables with any size can be generated by specifying the size as a negative number (see <link linkend="f"><citetitle>f score statement</citetitle></link>).
17
13
  </para>
18
14
  <note><para>
19
15
    Not all opcodes accept tables whose size is not a power of two, as this may be a requirement for internal processing.
20
16
  </para></note>
 
17
  <para>
 
18
    For information on table access, consult the section <link linkend="SiggenTableacc"><citetitle>Table Access</citetitle></link>.
 
19
  </para>
 
20
  <para>
 
21
    Tables for use with the <link linkend="loscilx"><citetitle>loscilx</citetitle></link> opcode can be loaded using <link linkend="sndload"><citetitle>sndload</citetitle></link>.
 
22
  </para>
21
23
 
22
24
  &tablequeries;
23
25
  &tablereadwrit;