Hi, Chris!<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>Wondering if someone can explain STK Modulate to me; I just don&#39;t seem to get it!<br>
</blockquote><div><br>I believe you may be a bit confused and that Modulate is meant as something to &quot;modulate&quot; other things with, like a LFO in traditional synths, not as something to be &quot;modulated&quot;, then&nbsp; listened to, though of course if the ampiltude and frequencty would be set to apropriate values you could listen to it as well.<br>
</div></div><br><br>Here&#39;s a small example I cooked up for you. Note I&#39;m using sync(2) for FM modulation, adding m&#39;s output to s&#39;s frequency. When controlling other Ugens or more advanced structures you may want to periodically poll m.last().<br>
<br>=================<br>Modulate m =&gt; SinOsc s =&gt; dac;<br>2 =&gt; s.sync;<br>20 =&gt; m.vibratoGain;<br>2 =&gt; m.vibratoRate;<br>50 =&gt; m.randomGain;<br><br>minute =&gt; now;<br>==============<br>Hope that helps,<br>
<br>Kas.<br>