<?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: Simple frontend/automator for Autotracker *DL Links updated*</title>
	<atom:link href="http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Sun, 19 May 2013 14:56:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Ntacman</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38341</link>
		<dc:creator>Ntacman</dc:creator>
		<pubDate>Tue, 10 Apr 2012 00:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38341</guid>
		<description><![CDATA[Hmm. Do you not have python in your PATH variable? Maybe thats causing the issue. Either way, Ill upload the fix tomorrow, thanks for fixing it.]]></description>
		<content:encoded><![CDATA[<p>Hmm. Do you not have python in your PATH variable? Maybe thats causing the issue. Either way, Ill upload the fix tomorrow, thanks for fixing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Budinich</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38340</link>
		<dc:creator>Felipe Budinich</dc:creator>
		<pubDate>Tue, 10 Apr 2012 00:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38340</guid>
		<description><![CDATA[Python 2.7, Windows 7]]></description>
		<content:encoded><![CDATA[<p>Python 2.7, Windows 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ntacman</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38339</link>
		<dc:creator>Ntacman</dc:creator>
		<pubDate>Tue, 10 Apr 2012 00:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38339</guid>
		<description><![CDATA[Come again? I wrote it on Windows XP. What OS/Python version are you running?]]></description>
		<content:encoded><![CDATA[<p>Come again? I wrote it on Windows XP. What OS/Python version are you running?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kibertoad</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38337</link>
		<dc:creator>kibertoad</dc:creator>
		<pubDate>Tue, 10 Apr 2012 00:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38337</guid>
		<description><![CDATA[cool, thanks]]></description>
		<content:encoded><![CDATA[<p>cool, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Budinich</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38336</link>
		<dc:creator>Felipe Budinich</dc:creator>
		<pubDate>Tue, 10 Apr 2012 00:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38336</guid>
		<description><![CDATA[import os
a = 0
song = int(input(&quot;How many songs should Autotracker generate?&quot;))
while a &lt; song :
	a += 1
	os.system(&#039;autotracker.py&#039;)

Had to make that change, it was refusing to work on windows otherwise. It would be interesting to ask the key in wich the song is to be created, currently i&#039;m randomly shifting one octave up or one octave down (i&#039;m just doing random.choice([MIDDLE_C, MIDDLE_C*2, MIDDCLE_C/2]), but it would be nice to have control)]]></description>
		<content:encoded><![CDATA[<p>import os<br />
a = 0<br />
song = int(input(&#8220;How many songs should Autotracker generate?&#8221;))<br />
while a &lt; song :<br />
	a += 1<br />
	os.system(&#039;autotracker.py&#039;)</p>
<p>Had to make that change, it was refusing to work on windows otherwise. It would be interesting to ask the key in wich the song is to be created, currently i&#039;m randomly shifting one octave up or one octave down (i&#039;m just doing random.choice([MIDDLE_C, MIDDLE_C*2, MIDDCLE_C/2]), but it would be nice to have control)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ntacman</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38332</link>
		<dc:creator>Ntacman</dc:creator>
		<pubDate>Mon, 09 Apr 2012 23:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38332</guid>
		<description><![CDATA[Fixed. Bit new to dropbox, sorry :P.]]></description>
		<content:encoded><![CDATA[<p>Fixed. Bit new to dropbox, sorry <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kibertoad</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38330</link>
		<dc:creator>kibertoad</dc:creator>
		<pubDate>Mon, 09 Apr 2012 23:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38330</guid>
		<description><![CDATA[&quot;Error (403)
It seems you don&#039;t belong here!&quot;


Not a public download?..]]></description>
		<content:encoded><![CDATA[<p>&#8220;Error (403)<br />
It seems you don&#8217;t belong here!&#8221;</p>
<p>Not a public download?..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ntacman</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38321</link>
		<dc:creator>Ntacman</dc:creator>
		<pubDate>Mon, 09 Apr 2012 22:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38321</guid>
		<description><![CDATA[Links updated, should work this time. Uploaded to Dropbox. Enjoy. @kddekadenz, No problem :P, Enjoy.]]></description>
		<content:encoded><![CDATA[<p>Links updated, should work this time. Uploaded to Dropbox. Enjoy. @kddekadenz, No problem <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> , Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kddekadenz</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38297</link>
		<dc:creator>kddekadenz</dc:creator>
		<pubDate>Mon, 09 Apr 2012 16:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38297</guid>
		<description><![CDATA[The same for me. You need to be registered to acces the files.
By the way, thanks for pointing me to the original script.]]></description>
		<content:encoded><![CDATA[<p>The same for me. You need to be registered to acces the files.<br />
By the way, thanks for pointing me to the original script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Budinich</title>
		<link>http://www.ludumdare.com/compo/2012/04/08/simple-frontendautomator-for-autotracker/comment-page-1/#comment-38287</link>
		<dc:creator>Felipe Budinich</dc:creator>
		<pubDate>Mon, 09 Apr 2012 15:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=110575#comment-38287</guid>
		<description><![CDATA[The links are not working. Why not upload to dropbox?]]></description>
		<content:encoded><![CDATA[<p>The links are not working. Why not upload to dropbox?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
