24
24
</refsect1 >
25
25
<refsect1 >
26
26
<title >Syntax</title >
27
- <synopsis >kres <command >sequ</command > irhythm[], iinstr[], idata[], kbpm, klen [, kmode] [, kstep] [, kverbose]
27
+ <synopsis >kres <command >sequ</command > irhythm[], iinstr[], idata[], kbpm, klen [, kmode] [, kstep] [, kreset] [, kverbose]
28
28
</synopsis >
29
- <synopsis >kres <command >sequ</command > irhythm[], iinstr[], idata[][], kbpm, klen [, kmode] [, kstep] [, kverbose]
29
+ <synopsis >kres <command >sequ</command > irhythm[], iinstr[],
30
+ idata[][], kbpm, klen [, kmode] [, kstep] [, kreset] [, kverbose]
30
31
</synopsis >
31
32
</refsect1 >
32
33
33
34
<refsect1 >
34
35
<title >Initialization</title >
35
36
<para >
36
37
<emphasis >irhythm</emphasis > - array of durations in
37
- in beats. The actual duration is determined by these values divided
38
+ beats. The actual duration is determined by these values divided
38
39
by the current BPM.
39
40
</para >
40
41
<para >
44
45
</para >
45
46
<para >
46
47
<emphasis >idata</emphasis > - Either a vector of p4 values to the
47
- associated iinstr step or a two dimenional array of p4, p5,
48
+ associated iinstr step or a two dimensional array of p4, p5,
48
49
p6...values. Typically, one would specify pitch
49
50
information in cps, or MIDI note number; but the arbitrary list
50
51
of p4 data values could have other uses in the called iinstr.
@@ -90,44 +91,48 @@ and stop</para></listitem>
90
91
or any other krate controller. An event is scheduled if this
91
92
argument is positive, and just waits if it is negative. Default
92
93
is zero.
93
- </para >
94
- <para >
95
- <emphasis >kverbose</emphasis > - if non zero prints messages
96
- about the internal state changes. Default is zero.
97
- </para >
98
- <para >
99
- <emphasis >kres</emphasis > - gives the index of the event created
100
- for the current k-cycle, or -1 if no event happened.
101
- </para >
94
+ </para >
95
+ <para >
96
+ <empasis >reset</emphasis > - if non zer esets te sequencer (like
97
+ mode -7). Defalt is zero.
98
+ </para >
99
+ <para >
100
+ <emphasis >kverbose</emphasis > - if non zero prints messages
101
+ about the internal state changes. Default is zero.
102
+ </para >
103
+ <para >
104
+ <emphasis >kres</emphasis > - gives the index of the event created
105
+ for the current k-cycle, or -1 if no event happened.
106
+ </para >
102
107
103
- <note >
104
- <para >
105
- While the irhythm, iinstr, and idata, arrays are i-time, the
106
- values of the entries are read at k-rate when used. This
107
- means that by using global i-rate vectors, it is possible
108
- (with care) to change the specific values and other details at
109
- performance time.
110
- </para >
111
- </note >
112
- </refsect1 >
108
+ <note >
109
+ <para >
110
+ While the irhythm, iinstr, and idata, arrays are i-time, the
111
+ values of the entries are read at k-rate when used. This
112
+ means that by using global i-rate vectors, it is possible
113
+ (with care) to change the specific values and other details at
114
+ performance time.
115
+ </para >
116
+ </note >
117
+ </refsect1 >
113
118
114
- <refsect1 >
115
- <title >Examples</title >
116
- <para >
117
- Here is an example of the sequ opcode. It uses the file <ulink url =" examples/sequ1.csd" ><citetitle >sequ1.csd</citetitle ></ulink >
118
- <example >
119
- <title >Example of the sequ opcode.</title >
120
- <xi : include href =" examples-xml/sequ1.csd.xml" xmlns : xi =" http://www.w3.org/2001/XInclude" />
121
- </example >
122
- Here is another example of the sequ opcode showing the various
123
- modes. It uses the file <ulink
124
- url =" examples/sequ2.csd" ><citetitle >sequ2.csd</citetitle ></ulink >
125
- <example >
126
- <title >Example of the sequ opcode.</title >
127
- <xi : include href =" examples-xml/sequ2.csd.xml" xmlns : xi =" http://www.w3.org/2001/XInclude" />
128
- </example >
129
- </para >
130
- </refsect1 >
119
+ <refsect1 >
120
+ <title >Examples</title >
121
+ <para >
122
+ Here is an example of the sequ opcode. It uses the file <ulink url =" examples/sequ1.csd" ><citetitle >sequ1.csd</citetitle ></ulink >
123
+ <example >
124
+ <title >Example of the sequ opcode.</title >
125
+ <xi : include href =" examples-xml/sequ1.csd.xml" xmlns : xi =" http://www.w3.org/2001/XInclude" />
126
+ </example >
127
+ Here is another example of the sequ opcode showing the various
128
+ modes. It uses the file <ulink
129
+ url =" examples/sequ2.csd" ><citetitle >sequ2.csd</citetitle ></ulink >
130
+ <example >
131
+ <title >Example of the sequ opcode.</title >
132
+ <xi : include href =" examples-xml/sequ2.csd.xml" xmlns : xi =" http://www.w3.org/2001/XInclude" />
133
+ </example >
134
+ </para >
135
+ </refsect1 >
131
136
132
137
133
138
<!-- <refsect1> -->
@@ -137,9 +142,9 @@ and stop</para></listitem>
137
142
<!-- </para> -->
138
143
<!-- </refsect1> -->
139
144
140
- <refsect1 >
141
- <title >Credits</title >
142
- <para >Written by &namejohn; </para >
143
- <para >New in Csound 6.17</para >
144
- </refsect1 >
145
- </refentry >
145
+ <refsect1 >
146
+ <title >Credits</title >
147
+ <para >Written by &namejohn; </para >
148
+ <para >New in Csound 6.17</para >
149
+ </refsect1 >
150
+ </refentry >
0 commit comments