<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>guitar tuner &#8211; Everything is Broken</title>
	<atom:link href="https://play.datalude.com/blog/tag/guitar-tuner/feed/" rel="self" type="application/rss+xml" />
	<link>https://play.datalude.com/blog</link>
	<description>Efficiency vs. Inefficiency, in a no-holds barred fight.</description>
	<lastBuildDate>Tue, 16 Mar 2010 01:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>One Line Guitar Tuner</title>
		<link>https://play.datalude.com/blog/2010/03/one-line-guitar-tuner/</link>
					<comments>https://play.datalude.com/blog/2010/03/one-line-guitar-tuner/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:23:07 +0000</pubDate>
				<category><![CDATA[General IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[guitar tuner]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<guid isPermaLink="false">http://play.datalude.com/blog/?p=193</guid>

					<description><![CDATA[Every now and then I come across something which makes me marvel at the flexibility of Linux. This is one of these things. I play guitar, and I'd previously written a small script to act as a guitar tuner. I generated some .ogg files of the correct pitch and then wrote a script to loop ... <a title="One Line Guitar Tuner" class="read-more" href="https://play.datalude.com/blog/2010/03/one-line-guitar-tuner/" aria-label="Read more about One Line Guitar Tuner">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>Every now and then I come across something which makes me marvel at the flexibility of Linux. This is one of these things.</p>
<p>I play guitar, and I'd previously written a small script to act as a guitar tuner. I generated some .ogg files of the correct pitch and then wrote a script to loop through them in sequence. "Pretty good", I thought, "Clever Me."</p>
<p>Then a few days ago I came across this little gem of a script.</p>
<pre>for n in E2 A2 D3 G3 B3 E4;do play -n synth 4 pluck $n repeat 2;done
</pre>
<p>That's it. Sheer brilliance. Of course you'll need to install the sox package first.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://play.datalude.com/blog/2010/03/one-line-guitar-tuner/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
