<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body dir="auto">
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0); font-family: UICTFontTextStyleTallBody;">Hi,</span></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0); font-family: UICTFontTextStyleTallBody;">&nbsp;In the flossmanuals i found this exemple &nbsp;of modulation of the freq of a SinOsc.</span></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal;">Normally in the while() loop, between the brackets is the condition to keep the loop running. In the example it is a time. Complete confusion!&nbsp;</span></font></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal;">Kind regards&nbsp;</span></font></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal;">Herman</span></font></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);"><br></span></font></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">SinOsc s =&gt; dac;&nbsp;</span></font></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">SinOsc lfo;&nbsp;</span></font></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">5 =&gt; lfo.freq;&nbsp;</span></font></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">while (20::ms =&gt; now)&nbsp;</span></font></pre>
<pre style="line-height: 1.5em; border: 0px solid rgb(0, 0, 0); margin-left: 0.5em; margin-bottom: 20px; margin-right: 1em; padding: 0.2em 1em; word-wrap: break-word;"><font face="UICTFontTextStyleTallBody"><span style="white-space: normal; background-color: rgba(255, 255, 255, 0);">{
     ( lfo.last() * 10 ) &#43; 440 =&gt; s.freq;
}</span></font></pre>
</body>
</html>