summaryrefslogtreecommitdiff
path: root/opcodes/trigseq.xml
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2011-07-26 23:02:40 -0400
committerFelipe Sateler <fsateler@debian.org>2011-07-26 23:02:40 -0400
commit3a91171181113761a14bcc36a086a8dda144b77b (patch)
tree7affbde923b0131e3e954519a8afb24cd408982d /opcodes/trigseq.xml
parente99de1fa9e7b72351523a958cb2a13557884f0a4 (diff)
Imported Upstream version 5.13~dfsg
Diffstat (limited to 'opcodes/trigseq.xml')
-rw-r--r--opcodes/trigseq.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/opcodes/trigseq.xml b/opcodes/trigseq.xml
index 5ac02db..dce4660 100644
--- a/opcodes/trigseq.xml
+++ b/opcodes/trigseq.xml
@@ -6,13 +6,11 @@
<refentrytitle>trigseq</refentrytitle>
</refmeta>
-
-
<refnamediv>
<refname>trigseq</refname>
<refpurpose>
Accepts a trigger signal as input and outputs a group of values.
- </refpurpose>
+ </refpurpose>
</refnamediv>
<refsect1>
@@ -53,7 +51,7 @@
</note>
<para>
- <emphasis>kfn_values</emphasis> -- numer of a table containing a sequence of groups of values
+ <emphasis>kfn_values</emphasis> -- number of a table containing a sequence of groups of values
</para>
<para>
@@ -73,7 +71,7 @@
</para>
<para>
- It is possible to start the sequence from a value different than the first, by assigning to initndx an index different than zero (which corresponds to the first value of the table). Normally the sequence is looped, and the start and end of loop can be adjusted by modifying <emphasis>kstart</emphasis> and <emphasis>kloop</emphasis> arguments. User must be sure that values of these arguments (as well as <emphasis>kinitndx</emphasis>) correspond to valid table numbers, otherwise Csound will crash because no range-checking is implemented.
+ It is possible to start the sequence from a value different than the first, by assigning to <emphasis>kinitndx</emphasis> an index different than zero (which corresponds to the first value of the table). Normally the sequence is looped, and the start and end of loop can be adjusted by modifying <emphasis>kstart</emphasis> and <emphasis>kloop</emphasis> arguments. User must be sure that values of these arguments (as well as <emphasis>kinitndx</emphasis>) correspond to valid table numbers, otherwise Csound will crash because no range-checking is implemented.
</para>
<para>