Skip to content

Commit 3a5f63f

Browse files
Merge dd717ac into df2370c
2 parents df2370c + dd717ac commit 3a5f63f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

opcodes/oscil.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refnamediv>
99
<refname>oscil</refname>
1010
<refpurpose>
11-
A simple oscillator.
11+
A simple oscillator without any interpolation.
1212
</refpurpose>
1313
</refnamediv>
1414

@@ -57,6 +57,16 @@
5757
<para>
5858
If you need to change the oscillator table with a k-rate signal, you can use <link linkend="oscilikt"><citetitle>oscilikt</citetitle></link>.
5959
</para>
60+
<note>
61+
<!-- <title>Title of the note (optional)</title> -->
62+
<para>
63+
This opcode does not perform any interpolation.
64+
This can lead to unexpected behaviour or unclean signals,
65+
e.g. for small table sizes and low frequencies.
66+
As standard oscillators the usage of <link linkend="oscili"><citetitle>oscili</citetitle></link>
67+
or <link linkend="poscil"><citetitle>poscil</citetitle></link> is recommended.
68+
</para>
69+
</note>
6070

6171
</refsect1>
6272

0 commit comments

Comments
 (0)