<?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: Get loopy with the DIY $10 Ableton Footcontroller (no soldering required)</title>
	<atom:link href="http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/</link>
	<description>The latest gear, software, and techniques for electronic music production and performance</description>
	<lastBuildDate>Sun, 22 Nov 2009 11:13:14 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Max Cascone</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-967015</link>
		<dc:creator>Max Cascone</dc:creator>
		<pubDate>Thu, 27 Aug 2009 00:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-967015</guid>
		<description>@Dave Riddell, what did you use to translate the keyboard presses into MIDI? Guitar Rig 3 doesn&#039;t appear to have much in the way of keyboard shortcuts, unless I&#039;m missing them, which is entirely possible.

Thanks
Max</description>
		<content:encoded><![CDATA[<p>@Dave Riddell, what did you use to translate the keyboard presses into MIDI? Guitar Rig 3 doesn&#8217;t appear to have much in the way of keyboard shortcuts, unless I&#8217;m missing them, which is entirely possible.</p>
<p>Thanks<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duderino</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-927376</link>
		<dc:creator>Duderino</dc:creator>
		<pubDate>Sun, 21 Jun 2009 16:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-927376</guid>
		<description>Cool Stuff !!
Check this out also: 
&lt;a href=&quot;http://www.cycling74.com/story/2007/10/16/1252/3782&quot; rel=&quot;nofollow&quot;&gt;a footswitch from a USB keypad !&lt;/a&gt;

Later...</description>
		<content:encoded><![CDATA[<p>Cool Stuff !!<br />
Check this out also:<br />
<a href="http://www.cycling74.com/story/2007/10/16/1252/3782" rel="nofollow">a footswitch from a USB keypad !</a></p>
<p>Later&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-896877</link>
		<dc:creator>m</dc:creator>
		<pubDate>Mon, 18 May 2009 05:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-896877</guid>
		<description>hey this is great! will try it out</description>
		<content:encoded><![CDATA[<p>hey this is great! will try it out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom Pallot</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-892802</link>
		<dc:creator>Dom Pallot</dc:creator>
		<pubDate>Tue, 12 May 2009 13:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-892802</guid>
		<description>Here is the working Code!!! Tested!


myvar = 1

Ctrl::
if (myvar = 1) or (myvar = 2) then
  {	
    send {!}
    myvar := myvar + 1
  }
else
if (myvar = 3) then	
   {
    send {del}{!}
    myvar = 2
   }	

return</description>
		<content:encoded><![CDATA[<p>Here is the working Code!!! Tested!</p>
<p>myvar = 1</p>
<p>Ctrl::<br />
if (myvar = 1) or (myvar = 2) then<br />
  {<br />
    send {!}<br />
    myvar := myvar + 1<br />
  }<br />
else<br />
if (myvar = 3) then<br />
   {<br />
    send {del}{!}<br />
    myvar = 2<br />
   }	</p>
<p>return</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom Pallot</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-892766</link>
		<dc:creator>Dom Pallot</dc:creator>
		<pubDate>Tue, 12 May 2009 13:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-892766</guid>
		<description>Ignore that code I forgot to test it.</description>
		<content:encoded><![CDATA[<p>Ignore that code I forgot to test it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom Pallot</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-892757</link>
		<dc:creator>Dom Pallot</dc:creator>
		<pubDate>Tue, 12 May 2009 12:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-892757</guid>
		<description>I made one of these fantastic controllers a few weeks ago but saw no need for the autohotkey.

I gave it a try though and saw what you had done with the 2 sets of pedals, one starts and one deletes and restarts.

I then managed to code this into 1 button:

myvar = 1

Ctrl::
if (myvar = 1) then
  {	
    send {!}
    myvar = 2
  }
else
   {
    send {!}{del}{!}
    myvar = 1
   }	
return

Would love to hear some feedback and more ideas for autohotkey.

What I really wanted to do as well was arm the track with the button as well. But the problem was that I couldnt disarm afterwards. And if it starts armed then it disarms the track and you cant record.</description>
		<content:encoded><![CDATA[<p>I made one of these fantastic controllers a few weeks ago but saw no need for the autohotkey.</p>
<p>I gave it a try though and saw what you had done with the 2 sets of pedals, one starts and one deletes and restarts.</p>
<p>I then managed to code this into 1 button:</p>
<p>myvar = 1</p>
<p>Ctrl::<br />
if (myvar = 1) then<br />
  {<br />
    send {!}<br />
    myvar = 2<br />
  }<br />
else<br />
   {<br />
    send {!}{del}{!}<br />
    myvar = 1<br />
   }<br />
return</p>
<p>Would love to hear some feedback and more ideas for autohotkey.</p>
<p>What I really wanted to do as well was arm the track with the button as well. But the problem was that I couldnt disarm afterwards. And if it starts armed then it disarms the track and you cant record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Riddell</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-867291</link>
		<dc:creator>Dave Riddell</dc:creator>
		<pubDate>Wed, 15 Apr 2009 06:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-867291</guid>
		<description>@Jemuel:

Yes you can, and it works beautifully! Here&#039;s what I came up with —

http://s3.amazonaws.com/bk_store/images/photo_object/photos/3/6/3629574/img_1264.jpg</description>
		<content:encoded><![CDATA[<p>@Jemuel:</p>
<p>Yes you can, and it works beautifully! Here&#8217;s what I came up with —</p>
<p><a href="http://s3.amazonaws.com/bk_store/images/photo_object/photos/3/6/3629574/img_1264.jpg" rel="nofollow">http://s3.amazonaws.com/bk_store/images/photo_object/photos/3/6/3629574/img_1264.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The How-To Blog &#187; How-To: Footswitch array for music software control</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-862145</link>
		<dc:creator>The How-To Blog &#187; How-To: Footswitch array for music software control</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-862145</guid>
		<description>[...]    Inspired by Michael Una&#8217;s DIY footcontroller AlexMC built this 21-switch array for use with Ableton Live software. The magic ingredient here is [...]</description>
		<content:encoded><![CDATA[<p>[...]    Inspired by Michael Una&#8217;s DIY footcontroller AlexMC built this 21-switch array for use with Ableton Live software. The magic ingredient here is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily DIY Network - Science Projects Plans Guides &#187; Blog Archive &#187; How-To: Footswitch array for music software control</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-861699</link>
		<dc:creator>Daily DIY Network - Science Projects Plans Guides &#187; Blog Archive &#187; How-To: Footswitch array for music software control</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-861699</guid>
		<description>[...] by Michael Una&#039;s DIY footcontroller AlexMC built this 21-switch array for use with Ableton Live software. The magic ingredient here is [...]</description>
		<content:encoded><![CDATA[<p>[...] by Michael Una&#8217;s DIY footcontroller AlexMC built this 21-switch array for use with Ableton Live software. The magic ingredient here is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The $10 Ableton Midi Controller. No soldering required! &#171; Defy Gravity: Sound / Technology / Evolution / Dance / Ritual / Design</title>
		<link>http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/comment-page-2/#comment-861264</link>
		<dc:creator>The $10 Ableton Midi Controller. No soldering required! &#171; Defy Gravity: Sound / Technology / Evolution / Dance / Ritual / Design</dc:creator>
		<pubDate>Thu, 09 Apr 2009 05:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2007/08/02/get-loopy-with-the-diy-10-ableton-footcontroller-no-soldering-required/#comment-861264</guid>
		<description>[...] to Create Digital Music for this brilliant post and tutorial on building a very easy-to-make midi controller out of a cheap [...]</description>
		<content:encoded><![CDATA[<p>[...] to Create Digital Music for this brilliant post and tutorial on building a very easy-to-make midi controller out of a cheap [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
