<div dir="ltr">Thanks for the advice and your time, IOhannes.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 8, 2014 at 7:17 AM, IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/07/2014 08:51 PM, Jonghyun Kim wrote:<br>
> I attached the patch.<br>
<br>
thanks.<br>
for the future, it would be welcome if you only attached the pd-patch.<br>
the png does not add any additional information, might not show the<br>
actual problem and is (in the specific case) about 80 times bigger than<br>
the pd-patch.<br>
<span class=""><br>
<br>
> I understand what is the problem, but I don't have<br>
> the real solution for this. I want to know how to prevent this situation.<br>
><br>
<br>
</span>my ascii-art patch should have given you the clue:<br>
<span class=""><br>
>>><br>
>>><br>
>>>         |<br>
>>>         | +------+<br>
>>>         [f]      |<br>
>>>         |        |<br>
>>>         [+ 1]    |<br>
>>>         |        |<br>
>>>         [% 6]    |<br>
>>>         |        |<br>
>>>         [t f f]  |<br>
>>>         |     +--+<br>
>>>         |<br>
>>><br>
<br>
</span>#0 use trigger whenever you want to connect a single outlet to multiple<br>
inlets (this is general advice, and is not related to your *current*<br>
problem)<br>
<br>
#1 keep the [% 6] in the loop. it will make sure that the number that is<br>
incremented will never get into the problematic range (even if you force<br>
it to a too-high value (e.g. by sending a large number directly into the<br>
counter) it will bring the values down to an operable range and thus<br>
"magically" fix the problem in the next iteration.<br>
<br>
<br>
gfmasdr<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
</font></span><br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>