That was fast!&nbsp; I actually tried that but without the s.sync -- hadn&#39;t really noticed that in the docs but it definitely opens some doors :-)<br><br>Thanks very much for clearing it up for me<br><br>So I have one other question -- can this be used with with STK instruments that (don&#39;t appear to) have a sync member?<br>
<br><br><div class="gmail_quote">On Wed, Jul 2, 2008 at 11:09 AM, Kassen &lt;<a href="mailto:signal.automatique@gmail.com">signal.automatique@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, Chris!<br><br><div class="gmail_quote"><div class="Ih2E3d"><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><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>
<br>_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
<br></blockquote></div><br>