one question here is:<br><br>do the numbers change ever time?  you say &quot;one value each 10 times it changes&quot;, but does this mean that sometimes you get non-changing values?  or will it change on ever value?<br><br>
ie, will your sequences be like, &quot;1, 3, 6, 7, 8, 4, 12, 1, 2, 9, ....&quot;<br><br>or will they be like, &quot;1, 4, 2, 2, 2, 7, 8, 4, 4, 4, 4, ... &quot; <br><br>??<br><br><br><br><div class="gmail_quote">On Mon, Oct 31, 2011 at 11:52 PM, Mathieu Bouchard <span dir="ltr">&lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Le 2011-10-31 à 07:10:00, ronni montoya a écrit :<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
HI I have an abstraction generating numbers permanently , i have the output connected to a &quot;Number&quot;, i would like to only let pass one value each 10 times it changes. I was wondering if there is a easy way of doing this in pd? Or should i build a mechanism with spigots and metronome?<br>

</blockquote>
<br></div>
GridFlow has [shunt 10, mode 1] which outputs each incoming message to a different outlet, in a set of 10 outlets. You can use that to get only one message out of 10. For your specific case, you still need a [change]. This makes a solution in 2 objects (instead of 7 with plain pd).<br>

<br>
See help file :<br>
  <a href="http://gridflow.ca/help/shunt-help.html" target="_blank">http://gridflow.ca/help/shunt-<u></u>help.html</a><br>
<br>
As a shortcut, all options in the inlet 0 section can be put inside the objectbox using the comma (as in my example).<div><div></div><div class="h5"><br>
<br>
 ______________________________<u></u>______________________________<u></u>__________<br>
| Mathieu BOUCHARD ----- téléphone : <a href="tel:%2B1.514.383.3801" value="+15143833801" target="_blank">+1.514.383.3801</a> ----- Montréal, QC</div></div><br>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br>