<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Counting toggle increments, then reseting to 0 after 5 seconds.]]></title><description><![CDATA[<p>Morning all,</p>
<p>I cannot figure out how to count a toggle incrementally.</p>
<p>I have a toggle that prints 0 1 0 1 0 1 0 1 0.</p>
<p>I want to sum the total, in this example, 4;</p>
<p>then I want to reset it with a nice <code>[delay 100] - [b] - [0(</code></p>
<p>I can't however figure out how the first part works, i either get 0 passed in and it resets my count, or I end up with Stack Overflow, in which i get inf. numbers</p>
<p>Help would be appreciated</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 09:41:06 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/14916.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Oct 2024 22:52:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Counting toggle increments, then reseting to 0 after 5 seconds. on Fri, 25 Oct 2024 22:52:01 GMT]]></title><description><![CDATA[<p>Morning all,</p>
<p>I cannot figure out how to count a toggle incrementally.</p>
<p>I have a toggle that prints 0 1 0 1 0 1 0 1 0.</p>
<p>I want to sum the total, in this example, 4;</p>
<p>then I want to reset it with a nice <code>[delay 100] - [b] - [0(</code></p>
<p>I can't however figure out how the first part works, i either get 0 passed in and it resets my count, or I end up with Stack Overflow, in which i get inf. numbers</p>
<p>Help would be appreciated</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds</guid><dc:creator><![CDATA[yratof]]></dc:creator><pubDate>Fri, 25 Oct 2024 22:52:01 GMT</pubDate></item><item><title><![CDATA[Reply to Counting toggle increments, then reseting to 0 after 5 seconds. on Sat, 26 Oct 2024 01:57:42 GMT]]></title><description><![CDATA[<p>like this? <a href="/uploads/files/1729907857277-toggle-count.pd">toggle-count.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/2</guid><dc:creator><![CDATA[seb-harmonik.ar]]></dc:creator><pubDate>Sat, 26 Oct 2024 01:57:42 GMT</pubDate></item><item><title><![CDATA[Reply to Counting toggle increments, then reseting to 0 after 5 seconds. on Sat, 26 Oct 2024 22:03:17 GMT]]></title><description><![CDATA[<p>Close, but I want the delay happening upon the last known 1. is that possible?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/3</guid><dc:creator><![CDATA[yratof]]></dc:creator><pubDate>Sat, 26 Oct 2024 22:03:17 GMT</pubDate></item><item><title><![CDATA[Reply to Counting toggle increments, then reseting to 0 after 5 seconds. on Sat, 26 Oct 2024 22:46:50 GMT]]></title><description><![CDATA[<p>I need to pack 4 numbers to reference a file in a list, so I'm attempting to get the first digit, which could be 01010101010101 = 7, pack it, then move to the next number, which should start from 0 so I can count it again, and end up with a number like 7 2 3 8.</p>
<p>But counting, packing and resetting, I can't quite grasp it yet</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/4</guid><dc:creator><![CDATA[yratof]]></dc:creator><pubDate>Sat, 26 Oct 2024 22:46:50 GMT</pubDate></item><item><title><![CDATA[Reply to Counting toggle increments, then reseting to 0 after 5 seconds. on Sat, 26 Oct 2024 22:47:54 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/yratof">@yratof</a> like this?<br />
<img src="/uploads/files/1729982767789-untitled.png" alt="Untitled.png" class="img-responsive img-markdown" /><br />
<a href="/uploads/files/1729982804783-count.pd">count.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/5</guid><dc:creator><![CDATA[oid]]></dc:creator><pubDate>Sat, 26 Oct 2024 22:47:54 GMT</pubDate></item><item><title><![CDATA[Reply to Counting toggle increments, then reseting to 0 after 5 seconds. on Sat, 26 Oct 2024 23:03:38 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/yratof">@yratof</a> Here it is with the packing which you mention right before I posted.<br />
<a href="/uploads/files/1729983810457-count1.pd">count1.pd</a><br />
<img src="/uploads/files/1729983789937-untitled1.png" alt="Untitled1.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/14916/counting-toggle-increments-then-reseting-to-0-after-5-seconds/6</guid><dc:creator><![CDATA[oid]]></dc:creator><pubDate>Sat, 26 Oct 2024 23:03:38 GMT</pubDate></item></channel></rss>