<?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: A 5K Java Guitar Tuner</title>
	<atom:link href="http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/</link>
	<description>folding with my brain</description>
	<lastBuildDate>Wed, 07 Dec 2011 09:53:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robin van Emden</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-14055</link>
		<dc:creator>Robin van Emden</dc:creator>
		<pubDate>Sun, 09 Oct 2011 17:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-14055</guid>
		<description>Hi John,
Thank you for making the source code available! Needed an AS3 version and was able to convert your Java tuner into Flash Actionscript without much difficulty:
http://prlwytzkofsky.com/online-as3-guitar-tuner/</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
Thank you for making the source code available! Needed an AS3 version and was able to convert your Java tuner into Flash Actionscript without much difficulty:<br />
<a href="http://prlwytzkofsky.com/online-as3-guitar-tuner/" rel="nofollow">http://prlwytzkofsky.com/online-as3-guitar-tuner/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Online AS3 Guitar Tuner &#171; Prlwytzkofsky</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-14054</link>
		<dc:creator>Online AS3 Guitar Tuner &#171; Prlwytzkofsky</dc:creator>
		<pubDate>Sun, 09 Oct 2011 17:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-14054</guid>
		<description>[...] example code for an online Guitar Tuner, I came upon the very efficient Java 5Ktuner on Psychic Origami. All I had to do was convert it to Actionscript. The Flash AS3 version works great &#8211; thanks [...]</description>
		<content:encoded><![CDATA[<p>[...] example code for an online Guitar Tuner, I came upon the very efficient Java 5Ktuner on Psychic Origami. All I had to do was convert it to Actionscript. The Flash AS3 version works great &#8211; thanks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-10773</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 17 Mar 2010 10:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-10773</guid>
		<description>Hi Josh,

there&#039;s some license info over here to look at:

http://www.psychicorigami.com/license/

Basically yep, you can use it, just make sure you give me some attribution.

You may find though, that you will need to use the Fast-Fourier Transform to get your app working efficiently.  However the correlation technique in my code will at least let you get started.

cheers,

John</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>there&#8217;s some license info over here to look at:</p>
<p><a href="http://www.psychicorigami.com/license/" rel="nofollow">http://www.psychicorigami.com/license/</a></p>
<p>Basically yep, you can use it, just make sure you give me some attribution.</p>
<p>You may find though, that you will need to use the Fast-Fourier Transform to get your app working efficiently.  However the correlation technique in my code will at least let you get started.</p>
<p>cheers,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-10772</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-10772</guid>
		<description>Hi John,
I found your code to this and found it to be extremely helpful for a project I am doing for a class. My project is a game-like program that will listen to guitar input and compare it to what is supposed to be played. Could I have permission to use your code and do you have any ideas on my project?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
I found your code to this and found it to be extremely helpful for a project I am doing for a class. My project is a game-like program that will listen to guitar input and compare it to what is supposed to be played. Could I have permission to use your code and do you have any ideas on my project?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-10746</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 10 Feb 2010 09:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-10746</guid>
		<description>Hi James,

I just manually compiled it using javac, then ran it through the jar command.  There&#039;s a build.sh script with with source code for compiling it - which I think contains an obfuscation step too.

In principle you could adapt this to work on mobile - assuming you can access the microphone.  However this really isn&#039;t a very efficient way of pitch detection.  For that you probably need to look at something like the &quot;Fast Fourier Transform&quot;, but that&#039;s quite a bit more complex.

John</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>I just manually compiled it using javac, then ran it through the jar command.  There&#8217;s a build.sh script with with source code for compiling it &#8211; which I think contains an obfuscation step too.</p>
<p>In principle you could adapt this to work on mobile &#8211; assuming you can access the microphone.  However this really isn&#8217;t a very efficient way of pitch detection.  For that you probably need to look at something like the &#8220;Fast Fourier Transform&#8221;, but that&#8217;s quite a bit more complex.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Murphy</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-10745</link>
		<dc:creator>James Murphy</dc:creator>
		<pubDate>Wed, 10 Feb 2010 09:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-10745</guid>
		<description>Hi

I&#039;m new to java, what did you use to compile the jar program?
Also would this work on a mobile, this is my eventual aim.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m new to java, what did you use to compile the jar program?<br />
Also would this work on a mobile, this is my eventual aim.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kadir</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-10677</link>
		<dc:creator>Kadir</dc:creator>
		<pubDate>Sun, 17 Jan 2010 20:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-10677</guid>
		<description>Hi John,

thanks. i am ashamed of myself to have not seen that one :)</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>thanks. i am ashamed of myself to have not seen that one <img src='http://www.psychicorigami.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-10676</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 17 Jan 2010 17:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-10676</guid>
		<description>Hi Kadir,

there is an artificial delay that I introduced to stop the app chewing up 100% CPU, so maybe start by removing/reducing that.  Look at line 241 in GT.java and you should see a call to Thread.sleep() being passed a value of 250ms (quarter of a second).

John</description>
		<content:encoded><![CDATA[<p>Hi Kadir,</p>
<p>there is an artificial delay that I introduced to stop the app chewing up 100% CPU, so maybe start by removing/reducing that.  Look at line 241 in GT.java and you should see a call to Thread.sleep() being passed a value of 250ms (quarter of a second).</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kadir</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-10675</link>
		<dc:creator>Kadir</dc:creator>
		<pubDate>Sun, 17 Jan 2010 15:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-10675</guid>
		<description>Hi John,

i am doing a project for my studies and i needed some code to get the frequency out of the mic. so i found your tuner which helped me a lot, but there&#039;s one little thing i have to get rid of though: theres always a delay of about half a second. could you tell me how i could do that. i can send you my project if it helps. thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>i am doing a project for my studies and i needed some code to get the frequency out of the mic. so i found your tuner which helped me a lot, but there&#8217;s one little thing i have to get rid of though: theres always a delay of about half a second. could you tell me how i could do that. i can send you my project if it helps. thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.psychicorigami.com/2009/01/17/a-5k-java-guitar-tuner/comment-page-1/#comment-10457</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.psychicorigami.com/?p=159#comment-10457</guid>
		<description>@corly - I wouldn&#039;t worry about the size too much.  Your tuner seemed to load up fast enough.  Though, as yours is in Flash you&#039;ll need to wait for the latest version to come out.  At the moment the current version can&#039;t access the microphone, but that&#039;s set to change with the new version.</description>
		<content:encoded><![CDATA[<p>@corly &#8211; I wouldn&#8217;t worry about the size too much.  Your tuner seemed to load up fast enough.  Though, as yours is in Flash you&#8217;ll need to wait for the latest version to come out.  At the moment the current version can&#8217;t access the microphone, but that&#8217;s set to change with the new version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

