We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c664ea1 commit 94609d5Copy full SHA for 94609d5
opcodes/oscil.xml
@@ -57,6 +57,16 @@
57
<para>
58
If you need to change the oscillator table with a k-rate signal, you can use <link linkend="oscilikt"><citetitle>oscilikt</citetitle></link>.
59
</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>
70
71
</refsect1>
72
0 commit comments