You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/opcodesReference.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,13 +147,13 @@
147
147
[cmp](../opcodes/cmp.md) - Compares audio signals or arrays.<br>
148
148
[cmplxprod](../opcodes/cmplxprod.md) - Complex product of two arrays of the same size and in real-imaginary interleaved format.<br>
149
149
[cngoto](../opcodes/cngoto.md) - Transfers control on every pass when the condition is _not_ true.<br>
150
-
[cntCreate](../opcodes/cntcreate.md) - Create a counter object.<br>
151
-
[cntCycles](../opcodes/cntcycles.md) - Get the number of times a counter has cycled.<br>
152
-
[cntDelete](../opcodes/cntDelete.md) - Delete a counter and render any memory used.<br>
153
-
[cntDelete_i](../opcodes/cntDelete_i.md) - Delete a counter.<br>
154
-
[cntRead](../opcodes/cntread.md) - Read current value of a counter object without changing it.<br>
155
-
[cntReset](../opcodes/cntreset.md) - Resets a counter object to its initial state.<br>
156
-
[cntState](../opcodes/cntstate.md) - Gives the range and increment of a counter.<br>
150
+
[cntcreate](../opcodes/cntcreate.md) - Create a counter object.<br>
151
+
[cntcycles](../opcodes/cntcycles.md) - Get the number of times a counter has cycled.<br>
152
+
[cntdelete](../opcodes/cntDelete.md) - Delete a counter and render any memory used.<br>
153
+
[cntdeletei](../opcodes/cntDelete_i.md) - Delete a counter.<br>
154
+
[cntread](../opcodes/cntread.md) - Read current value of a counter object without changing it.<br>
155
+
[cntreset](../opcodes/cntreset.md) - Resets a counter object to its initial state.<br>
156
+
[cntstate](../opcodes/cntstate.md) - Gives the range and increment of a counter.<br>
157
157
[comb](../opcodes/comb.md) - Reverberates an input signal with a “colored” frequency response.<br>
158
158
[combinv](../opcodes/combinv.md) - Reverberates an input signal with a “colored” frequency response.<br>
159
159
[compilecsd](../opcodes/compilecsd.md) - Compiles a new orchestra from an ASCII file.<br>
@@ -179,7 +179,7 @@ cosine interpolation.<br>
179
179
[cossegr](../opcodes/cossegr.md) - Trace a series of line segments between specified points with
180
180
cosine interpolation, including a release segment.<br>
181
181
[count](../opcodes/count.md) - Get the next value from a counter.<br>
182
-
[count_i](../opcodes/count_i.md) - Get the next value from a counter.<br>
182
+
[counti](../opcodes/count_i.md) - Get the next value from a counter.<br>
183
183
[cps2pch](../opcodes/cps2pch.md) - Converts a pitch-class value into cycles-per-second (Hz) for equal divisions of the octave.<br>
184
184
[cpsmidi](../opcodes/cpsmidi.md) - Get the note number of the current MIDI event, expressed in cycles-per-second.<br>
185
185
[cpsmidib](../opcodes/cpsmidib.md) - Get the note number of the current MIDI event and modify it by the current pitch-bend value, express it in cycles-per-second.<br>
0 commit comments