<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Indeed, this line shouldn't affect the right inlet<br><br>$ diff -uw x_time.c.old x_time.c<br>--- x_time.c.old&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2010-04-28 11:16:06 +0000<br>+++ x_time.c&nbsp;&nbsp;&nbsp; 2010-04-28 12:13:51 +0000<br>@@ -119,6 +119,7 @@<br>&nbsp;static void *metro_new(t_floatarg f)<br>&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp; t_metro *x = (t_metro *)pd_new(metro_class);<br>+&nbsp;&nbsp;&nbsp; if (f &lt; 1) f = 20;<br>&nbsp;&nbsp;&nbsp;&nbsp; metro_ft1(x, f);<br>&nbsp;&nbsp;&nbsp;&nbsp; x-&gt;x_hit = 0;<br>&nbsp;&nbsp;&nbsp;&nbsp; x-&gt;x_clock = clock_new(x, (t_method)metro_tick);<br><br><br>----- "IOhannes m zmoelnig" &lt;zmoelnig@iem.at&gt; a écrit :
<br><br>&gt; but this does not only effect the default the arg, but also any time set<br>&gt; through the right inlet.<br>&gt; so if you decrease the metro time with a ramp from 100ms to 0.1ms, it<br>&gt; will suddenly jump (..., 1.02, 1.01, 1.00, 20.00, 20.00, ...) which i<br>&gt; think worse than saturating at "1".<br>&gt; <br>&gt; i'm not opposed to raising the "default", but it should only affect the<br>&gt; arguments.<br>&gt; <br>&gt; fgmasdr<br>&gt; IOhannes<br>&gt; <br>&gt; </div></body></html>