<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Thing-a-day 17: Binary Clicker</title>
	<atom:link href="http://codehop.com/thing-a-day-17-binary-clicker/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehop.com/thing-a-day-17-binary-clicker/</link>
	<description>#code #art #music</description>
	<lastBuildDate>Wed, 14 Dec 2011 17:08:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: What a Binary Counter Looks and Sounds Like - Exploring Binary</title>
		<link>http://codehop.com/thing-a-day-17-binary-clicker/#comment-276</link>
		<dc:creator><![CDATA[What a Binary Counter Looks and Sounds Like - Exploring Binary]]></dc:creator>
		<pubDate>Sun, 22 Feb 2009 19:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thumbuki.com/?p=263#comment-276</guid>
		<description><![CDATA[[...] is what it sounds like to count from 1 to 255 in binary (music courtesy of Jake Joaquin). It&#8217;s so simple, reflecting the simplicity of binary code; yet it speaks volumes about the [...] ]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] is what it sounds like to count from 1 to 255 in binary (music courtesy of Jake Joaquin). It&#8217;s so simple, reflecting the simplicity of binary code; yet it speaks volumes about the [&#8230;] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jake</title>
		<link>http://codehop.com/thing-a-day-17-binary-clicker/#comment-275</link>
		<dc:creator><![CDATA[jake]]></dc:creator>
		<pubDate>Sat, 21 Feb 2009 15:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thumbuki.com/?p=263#comment-275</guid>
		<description><![CDATA[Yes, the bit on the right is the 1 bit.

I just &lt;a href=&quot;http://www.thumbuki.com/20090220/thing-a-day-20-binary-music-box.html&quot; rel=&quot;nofollow&quot;&gt;posted an upgrade&lt;/a&gt;.  It now includes 10 bits instead of 8, one for each finger. Users can now set the duration, amplitude and frequency for each individual bit.  I think after another pass or two, I&#039;ll be ready to create a stand-alone application for all to use.]]></description>
		<content:encoded><![CDATA[<p>Yes, the bit on the right is the 1 bit.</p>
<p>I just <a href="http://www.thumbuki.com/20090220/thing-a-day-20-binary-music-box.html" rel="nofollow">posted an upgrade</a>.  It now includes 10 bits instead of 8, one for each finger. Users can now set the duration, amplitude and frequency for each individual bit.  I think after another pass or two, I&#8217;ll be ready to create a stand-alone application for all to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Regan</title>
		<link>http://codehop.com/thing-a-day-17-binary-clicker/#comment-274</link>
		<dc:creator><![CDATA[Rick Regan]]></dc:creator>
		<pubDate>Thu, 19 Feb 2009 01:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thumbuki.com/?p=263#comment-274</guid>
		<description><![CDATA[So the one note played is the rightmost 1 bit, right? I made a bar chart with x = the counter value (1 to 255) and y = the position of the rightmost one bit (1 to 7, from lsb to msb). When I look at it while listening to your song it follows the heights of the lines.

As for the tones, another idea could be to leave it as is -- one note per count -- but use 8 octaves instead. Those parallel the powers of two nicely, doubling the frequency at each bit.

This sounds like something I should talk about on my blog.

I look forward to the Windows app.]]></description>
		<content:encoded><![CDATA[<p>So the one note played is the rightmost 1 bit, right? I made a bar chart with x = the counter value (1 to 255) and y = the position of the rightmost one bit (1 to 7, from lsb to msb). When I look at it while listening to your song it follows the heights of the lines.</p>
<p>As for the tones, another idea could be to leave it as is &#8212; one note per count &#8212; but use 8 octaves instead. Those parallel the powers of two nicely, doubling the frequency at each bit.</p>
<p>This sounds like something I should talk about on my blog.</p>
<p>I look forward to the Windows app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jake</title>
		<link>http://codehop.com/thing-a-day-17-binary-clicker/#comment-273</link>
		<dc:creator><![CDATA[jake]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 22:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thumbuki.com/?p=263#comment-273</guid>
		<description><![CDATA[@Rick Regan

Thanks!

It only plays one note per count. The original idea, which I may still do, was to create binary tones based on the harmonic series.  So if the value was 21 and the base frequency was 100, that tone would consist of a 100 Hz, 400 Hz and a 1600 Hz tone.  00000000 is silent.

What I have considered, and have decided to do is create a stand-alone app with a more user friendly interface so that people can play with it themselves, including the ability to change the tempo.  I&#039;ll be able to do with for OS X, but I&#039;ll need to find someone who can create  the app for Windows.

Keep an eye out over the next couple days, as it shouldn&#039;t take me too long to do.]]></description>
		<content:encoded><![CDATA[<p>@Rick Regan</p>
<p>Thanks!</p>
<p>It only plays one note per count. The original idea, which I may still do, was to create binary tones based on the harmonic series.  So if the value was 21 and the base frequency was 100, that tone would consist of a 100 Hz, 400 Hz and a 1600 Hz tone.  00000000 is silent.</p>
<p>What I have considered, and have decided to do is create a stand-alone app with a more user friendly interface so that people can play with it themselves, including the ability to change the tempo.  I&#8217;ll be able to do with for OS X, but I&#8217;ll need to find someone who can create  the app for Windows.</p>
<p>Keep an eye out over the next couple days, as it shouldn&#8217;t take me too long to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Regan</title>
		<link>http://codehop.com/thing-a-day-17-binary-clicker/#comment-272</link>
		<dc:creator><![CDATA[Rick Regan]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 20:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thumbuki.com/?p=263#comment-272</guid>
		<description><![CDATA[Very cool.

How many notes is it playing on each count? It sounds like more than 1 but less than all of them (for instance, 127 does not sound like 7 notes). I assume the first beat is silent (00000000).

Have you considered releasing a (much) slowed down version to count along with more easily? I think this would be great for teaching the patterns in binary numbers.]]></description>
		<content:encoded><![CDATA[<p>Very cool.</p>
<p>How many notes is it playing on each count? It sounds like more than 1 but less than all of them (for instance, 127 does not sound like 7 notes). I assume the first beat is silent (00000000).</p>
<p>Have you considered releasing a (much) slowed down version to count along with more easily? I think this would be great for teaching the patterns in binary numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bre Pettis &#124; I Make Things</title>
		<link>http://codehop.com/thing-a-day-17-binary-clicker/#comment-271</link>
		<dc:creator><![CDATA[Bre Pettis &#124; I Make Things]]></dc:creator>
		<pubDate>Wed, 18 Feb 2009 07:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thumbuki.com/?p=263#comment-271</guid>
		<description><![CDATA[[...] over at Thumbuki was inspired by the binary video to turn transform binary counting into sound. I saw this and [...] ]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] over at Thumbuki was inspired by the binary video to turn transform binary counting into sound. I saw this and [&#8230;] </p>
]]></content:encoded>
	</item>
</channel>
</rss>
