Kass said :<br>"In this case -1 to 1 clearly is rather a small range for all but the<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
most subtle of modulations. You can multiply by "index" every sample<br>
as in the posted examples, but personally I'd simply set the<br>
modulator's .gain() to the value of the index. "<br></blockquote><div><br>so you just  make  index * m.gain() ?<br> <br></div><div>Kas said:<br><br>"While we are at it; I'd also use the fm input to the carrier set by<br>
</div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
the .sync() member function."<br></blockquote><div><br>I'm not succeeding because I'm not able to use .sync.  <br>
There's written something about in the manual, is it correct to write<br>
2 => c.sync ?  Cause at SinOsc page it is written : " (2) fm synth " . <br></div><div> <br>Kas said:<br><br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

"That leaves the centre frequency, I'd sum the modulator with a Step</blockquote><div>    UGen set to that value.<br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

This will greatly simplify the code (no need to manually loop) and<br>
because of that decrease the CPU cost. "<br></blockquote><div><br>And what about Step? you put it in the blackhole also and you set it at carrier frequency?<br>I'M SHOUTING!! <br><br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<br>
<br>
<br>
<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br>