<div dir="ltr">Hi,<br><br>I assume Modulate can be used as a vibrato effect.<br>I didn&#39;t quite understand how to use it?<br>Suppose I have the following code which generates a sine wave:<br><br>for (int i = 0 ; i &lt; BUFFER_LENGTH; i++)<br>
{<br>       StkFloat sample = sine.tick();<br>      // do something with the sample...<br>}<br><br>How would I add Modulate here so that it applies vibrato to the sine ?<br><br>Thanks in advance,<br>Yonatan.<br></div>