<br><br><div><span class="gmail_quote">On 07/01/2008, <b class="gmail_sendername">Michael Heuer</b> &lt;<a href="mailto:heuermh@gmail.com">heuermh@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Seems to me that now / minute =&gt; float; should be an error.<br><br>now is an instant, not a duration.&nbsp;&nbsp;I feel the concepts should be kept separate.</blockquote><div><br><br>I thought about this now. There&#39;s some merit to it, after all you are very right that instances and durations are separate things and for a moment I considered that yours might be a more logical way out then mine but in a way ChucK derives a lot of power from using these loosely.
<br></div><br>now - (now % T) =&gt; now;<br><br>...like in the OTF examples is a good example of that, here &quot;now&quot; acts very much like the duration since the VM&#39;s birth and not like a instant. Taking a modulo of a instant makes no sense at all while taking one of a duration does.
<br><br>I&#39;m a bit lost here now (no pun intended but it&#39;s funny) perhaps Ge will have some insights to share about the underlying plan.<br><br>Yours,<br>Kas.<br></div>