<br><br><div class="gmail_quote">2008/7/2 Chris McDaniel &lt;<a href="mailto:ixemul@gmail.com">ixemul@gmail.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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></blockquote><div><br>I believe the docs may have assumed words for traditional synthesis techniques were common knowledge for potential STK users but this probably doesn&#39;t hold for ChucK, seeing as people are geting into ChucK (and should be able to!) without first getting into traditional synths.<br>
<br>I agree that &quot;modulate&quot; could be documented a little more clearly, for example by referring to a file in the &quot;examples&quot; dir and creating such a file if there is none already. If we don&#39;t tell people it needs fairly high amounts of gain before doing modulation in a audible way they might be disappointed.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Thanks very much for clearing it up for me</blockquote><div><br>You&#39;re quite welcome. Thanks for making me try it once; I never had before but I like it. That was two minutes well spend.<br>
&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><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></blockquote><div><br>Well, I think that modulation inputs for Ugens are typical for ChucK Ugens (particularly osc&#39;s) and not for STK ones. If we&#39;d go in that direction I think we may need to look at a more elaborate syntax for more elaborate modulation. For example; teh FM we were using in our example isn&#39;t actually a form of &quot;sync&quot; at all. You could imagine using both sync and FM on the same oscilator but ChucK won&#39;t (currently?) allow this. Another question is that I&#39;m not sure all STK instruments are designed in a way conductive to continuous modulations (I might be wrong there).<br>
<br>What you can still do is call the .last() function of your Modulate Ugen which will get you a float. If you&#39;d add that to a float representing the desired frequency to modulate around and write the result to the .freq() member of a STK Ugen every few ms (or samp) you would get something like our SinOsc example.<br>
<br>I sugest you try that and shout if you run into issues.<br></div></div><br>Yours,<br>Kas.<br>