<?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[Binary Counter]]></title><description><![CDATA[<p>Im using a binary counter which prints results like so...<img src="/uploads/files/1495329286979-screen-shot-2017-05-21-at-02.08.28.png" alt="Screen Shot 2017-05-21 at 02.08.28.png" class="img-responsive img-markdown" /> The numbers occur from user input. I was planning on using objects like select or condition objects to specify a binary numberto assign it to a job... but they don't recognise values that the console shows? Is there any way around this?<br />
Many thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 19:32:52 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10749.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 May 2017 01:16:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 01:16:57 GMT]]></title><description><![CDATA[<p>Im using a binary counter which prints results like so...<img src="/uploads/files/1495329286979-screen-shot-2017-05-21-at-02.08.28.png" alt="Screen Shot 2017-05-21 at 02.08.28.png" class="img-responsive img-markdown" /> The numbers occur from user input. I was planning on using objects like select or condition objects to specify a binary numberto assign it to a job... but they don't recognise values that the console shows? Is there any way around this?<br />
Many thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 21 May 2017 01:16:57 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 05:14:12 GMT]]></title><description><![CDATA[<p>The message box is creating a symbol rather than a float. If you don't mind using externals, you could do this:</p>
<p>[symbol $1$2$3(<br />
l<br />
[symbol2list]     (from zexy)</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/2</guid><dc:creator><![CDATA[LiamG]]></dc:creator><pubDate>Sun, 21 May 2017 05:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 06:59:47 GMT]]></title><description><![CDATA[<p>you could prefix the binary symbol with an non-numeric symbol eg. bin$1$2$3$4(, then use [rout.e bin1100 bin1101 bin1110 bin1111].<br />
I notice you are using [gate] as a [spigot] and you have four [sel] instead of [sel 12 13 14 15].<br />
Is the binary representation the actual output? or  does it need to converted to decimal<br />
This may offer some help<br />
<a href="/uploads/files/1495349982441-4bit.pd">4bit.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/3</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Sun, 21 May 2017 06:59:47 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 10:18:12 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/fauveboy">@Fauveboy</a> Hello....... Have you tried this.......modified.... better....<a href="/uploads/files/1495361889753-logic-age4.zip">logic age4.zip</a><br />
You just put the [action xy] module in a job, and it gives the state, and bangs the job again for the previous button if you release the last....<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 21 May 2017 10:18:12 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 10:36:00 GMT]]></title><description><![CDATA[<p>Yes thank you very much, im still incorporating into the design i have to use it functionally...does it mean rather than sustaining a job when you release the last button then previous xy is retriggered ?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/5</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 21 May 2017 10:36:00 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 10:58:43 GMT]]></title><description><![CDATA[<p>logic4 is more appropriate for the  instrument control for the binary counter I was aiming for something more minimal...because Im pushing in these values by hand if I press 1111 in those moments that my fingers are out of time  route reads this and might send 0001 0011 ect is there a way to press the values but avoid these nuances ? <img src="/uploads/files/1495364270863-screen-shot-2017-05-21-at-11.55.37.png" alt="Screen Shot 2017-05-21 at 11.55.37.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/6</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 21 May 2017 10:58:43 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 11:02:53 GMT]]></title><description><![CDATA[<p>the only button i intended to press here was 1111 but these are the print results <img src="/uploads/files/1495364570919-screen-shot-2017-05-21-at-12.02.06.png" alt="Screen Shot 2017-05-21 at 12.02.06.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/7</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 21 May 2017 11:02:53 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 11:28:53 GMT]]></title><description><![CDATA[<p>why would print show these results to the equal to condition?<img src="/uploads/files/1495366097637-screen-shot-2017-05-21-at-12.27.52.png" alt="Screen Shot 2017-05-21 at 12.27.52.png" class="img-responsive img-markdown" /> however banging a normal message it seems to return true for without a problem ?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/8</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 21 May 2017 11:28:53 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 20:32:56 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/fauveboy">@Fauveboy</a> Post above........ No method, because in joining the floats in a message the result has become a symbol......... and logical operators don't know what to do with a symbol.<br />
You need to add them up.........<br />
(((It will be easier to use [expr].......!!!!)))..... to do the adding.</p>
<p>Sorry to have butted in on this thread!!!<br />
Post 2 before......<br />
In versions 3 &amp; 4 the last job that is still active (true) is re-triggered on a button release.  That is what you were looking for a while ago (ageing), but it does not have to be so........</p>
<p>Just delete the matrix of [xytog3]'s......... as that is the part re-sending the &quot;last&quot; value (held button).<br />
Lots of other stuff becomes irrelevant as well......... <a href="/uploads/files/1495370431537-logic6.zip">logic6.zip</a><br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/9</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 21 May 2017 20:32:56 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 16:19:53 GMT]]></title><description><![CDATA[<p>okay yes I see....and with the binary is there no way to maintain the combo of 0000 the benefit was going to be with just four buttons you can have 16 combinations and so more score to control other parameters with less?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/10</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 21 May 2017 16:19:53 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 18:14:05 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/fauveboy">@Fauveboy</a> You can also keep it decimal, like this: <img src="/uploads/files/1495390434177-screenshot-from-2017-05-21-20-13-40.png" alt="Screenshot from 2017-05-21 20:13:40.png" class="img-responsive img-markdown" /> <a href="/uploads/files/1495390442084-expr-button-test.pd">expr-button-test.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/11</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/11</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sun, 21 May 2017 18:14:05 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 17:56:52 GMT]]></title><description><![CDATA[<p>On a more general note: With your button grid, i would take another approach:</p>
<ul>
<li>Each button would have a unique button id, derived from x and y.</li>
<li>In a table, each button id  is assigned  to a section number and a section id. This can be done with [coll].</li>
<li>If a button is pressed, the button id is calculated from x and y and is send to the [coll] to look up the section number and the section id.</li>
<li>The section id and the button value (0 or 1) are routed to the section in the pd code where they should be processed</li>
<li>Do stuff</li>
</ul>
<p>This way you can make different layouts for the grid, send each button to the section where it should do anything and don`t have to worry about x and y or rows and columns in each section anymore.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/12</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/12</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sun, 21 May 2017 17:56:52 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Mon, 22 May 2017 15:12:24 GMT]]></title><description><![CDATA[<p>This should already work for your grid (at least for the last 4 buttons): <img src="/uploads/files/1495465942736-screenshot-from-2017-05-22-17-11-41.png" alt="Screenshot from 2017-05-22 17:11:41.png" class="img-responsive img-markdown" />  <a href="/uploads/files/1495465933899-grid-layout-test.pd">grid-layout-test.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/13</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/13</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Mon, 22 May 2017 15:12:24 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 19:55:26 GMT]]></title><description><![CDATA[<p>Thank you this works really well....and regard the coll is it always written by had or can you process numbers into it? It would be cool to save a configuration to then up load...</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/14</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/14</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Sun, 21 May 2017 19:55:26 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sun, 21 May 2017 20:06:43 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/fauveboy">@Fauveboy</a> yes, you can write it by hand, with pd messages and save and load the contents to a textfile. So you can even make your layouts with a text editor or with libre office calc + text editor.</p>
<p>A little bit of work each time, but most flexible. <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/wink.png" title=";)" alt=";)" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/15</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/15</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Sun, 21 May 2017 20:06:43 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Mon, 22 May 2017 15:07:03 GMT]]></title><description><![CDATA[<p>With this little trainer you can write the layout directly from the grid: <a href="/uploads/files/1495465622735-grid-trainer.pd">grid-trainer.pd</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/16</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/16</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Mon, 22 May 2017 15:07:03 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Mon, 22 May 2017 12:00:35 GMT]]></title><description><![CDATA[<p>I typed the numbers out in a text file and copy and pasted into the coll, it asks to save changes however when I click yes and open it back up again theres no data in there?<img src="/uploads/files/1495454434464-screen-shot-2017-05-22-at-12.59.02.png" alt="Screen Shot 2017-05-22 at 12.59.02.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/17</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/17</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Mon, 22 May 2017 12:00:35 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Mon, 22 May 2017 13:32:51 GMT]]></title><description><![CDATA[<p>you need a message &quot;write coll.txt&quot; for saving. and &quot;read coll.txt. when you open again. or you call the patch &quot;coll coll.txt&quot;. instead of coll.txt you can use any name, you just need to save it as a txt file. or just use 1 as an argument then its saved in the patch.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/18</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/18</guid><dc:creator><![CDATA[Jona]]></dc:creator><pubDate>Mon, 22 May 2017 13:32:51 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Mon, 22 May 2017 14:35:13 GMT]]></title><description><![CDATA[<p>so i have a textedit file in the same directory called untitled.rtf but im getting error messages from the console when I press the message read. And im not yet getting a result with the write message?<img src="/uploads/files/1495463710991-screen-shot-2017-05-22-at-15.33.10.png" alt="Screen Shot 2017-05-22 at 15.33.10.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/19</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/19</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Mon, 22 May 2017 14:35:13 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Mon, 22 May 2017 14:37:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/fauveboy">@Fauveboy</a> maybe because rtf is not text. its rich text, which is bad.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/20</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/20</guid><dc:creator><![CDATA[ingox]]></dc:creator><pubDate>Mon, 22 May 2017 14:37:47 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Mon, 22 May 2017 23:31:53 GMT]]></title><description><![CDATA[<p>brill! got it</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/21</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/21</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Mon, 22 May 2017 23:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Thu, 25 May 2017 11:33:59 GMT]]></title><description><![CDATA[<p>Problem with the binary design.....I im using th binary Base -2 column to represent the four toggles Im using to count... graph to illustrate. currently im using  &quot;combination that equals the decimal Base - 10 no. 1 or 2 for oct+ and oct - , on a chromatic keyboard. I then need to use &quot;3&quot; to trigger an LFO which is  a combination, of the combination that make 1 &amp; 2.  however it means that when i want to get to the LFO trigger  i jumps through the jobs of 1 &amp; 2 change the octave im on when i need a bit of tremelo...<img src="/uploads/files/1495711855155-screen-shot-2017-05-25-at-12.21.01.png" alt="Screen Shot 2017-05-25 at 12.21.01.png" class="img-responsive img-markdown" />  this area of the patch is receiving the 1 and 2 to change the octave <img src="/uploads/files/1495712008740-screen-shot-2017-05-25-at-12.21.15.png" alt="Screen Shot 2017-05-25 at 12.21.15.png" class="img-responsive img-markdown" /> ....</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/22</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/22</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Thu, 25 May 2017 11:33:59 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Thu, 01 Jun 2017 18:30:28 GMT]]></title><description><![CDATA[<p>im using the binery counter to select different values on the ADSR but when i select 2 for some reason it doesnt change the values in the number box after 3?<img src="/uploads/files/1496341825655-screen-shot-2017-06-01-at-19.26.58.png" alt="Screen Shot 2017-06-01 at 19.26.58.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/23</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/23</guid><dc:creator><![CDATA[Fauveboy]]></dc:creator><pubDate>Thu, 01 Jun 2017 18:30:28 GMT</pubDate></item><item><title><![CDATA[Reply to Binary Counter on Sat, 03 Jun 2017 07:51:08 GMT]]></title><description><![CDATA[<p>You should use [sel 2 3] in place of [== 2] and [== 3] and replace the toggles with gui bangs to visualise the result.<br />
Logic operators and gui objects like toggle will output bangs for both states.<br />
And the order the wires were connected determines the order of operation.<br />
Use [trigger] if the order is important [trigger] fires right to left eg. [t b f] if a float is sent to the inlet, that float is passed to the right outlet and then a bang is sent to the left outlet.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10749/binary-counter/24</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10749/binary-counter/24</guid><dc:creator><![CDATA[Balwyn]]></dc:creator><pubDate>Sat, 03 Jun 2017 07:51:08 GMT</pubDate></item></channel></rss>