<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: DIY electronic drum brain for Arduino</title>
	<atom:link href="http://blog.makezine.com/2008/06/05/diy-electronic-drum-brain/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.makezine.com/2008/06/05/diy-electronic-drum-brain/</link>
	<description>DIY projects, how-tos, and inspiration from geeks, makers, and hackers</description>
	<lastBuildDate>Mon, 20 May 2013 00:20:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.makezine.com/2008/06/05/diy-electronic-drum-brain/#comment-297197</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://makezineblog.wordpress.com/2008/06/05/diy-electronic-drum-brain/#comment-297197</guid>
		<description><![CDATA[I am the creator of Drum Master.  I am honoured to be included on the prestigious Make site!

In response to your comment about MIDI: while the version I designed does not use MIDI (for a number of reasons; see FAQ http://drummaster.thecave.homeunix.org/faq.jsp for more details), it would be very possible to modify the design slightly, mostly in software, to allow MIDI to work.

To use MIDI, you would need to do the following:
1) Get a MIDI jack (5 pin DIN IIRC), and hook up the correct wires.  You would have to hook directly to the Arduino, instead of the shield, but since my shield design only connects to the pins which are needed, this is not a problem.
2) Modify the Arduino software to send a MIDI note instead of the (port:value) tuple.  You will probably have to bit shift the velocity value 3 bits, as my protocol specifies 10bit velocities, and MIDI uses 7.
3) Get a power adaptor for your Arduino, as you can&#039;t use USB power anymore ;-)

There are a number of pages which do something similar to this, notably http://todbot.com/blog/2006/10/29/spooky-arduino-projects-4-and-musical-arduino/ .  This site, while self-professed by the author as being more of a toy than a real drum brain, has MIDI details on both the hardware and software side.

Cheers]]></description>
		<content:encoded><![CDATA[<p>I am the creator of Drum Master.  I am honoured to be included on the prestigious Make site!</p>
<p>In response to your comment about MIDI: while the version I designed does not use MIDI (for a number of reasons; see FAQ <a href="http://drummaster.thecave.homeunix.org/faq.jsp" rel="nofollow">http://drummaster.thecave.homeunix.org/faq.jsp</a> for more details), it would be very possible to modify the design slightly, mostly in software, to allow MIDI to work.</p>
<p>To use MIDI, you would need to do the following:<br />
1) Get a MIDI jack (5 pin DIN IIRC), and hook up the correct wires.  You would have to hook directly to the Arduino, instead of the shield, but since my shield design only connects to the pins which are needed, this is not a problem.<br />
2) Modify the Arduino software to send a MIDI note instead of the (port:value) tuple.  You will probably have to bit shift the velocity value 3 bits, as my protocol specifies 10bit velocities, and MIDI uses 7.<br />
3) Get a power adaptor for your Arduino, as you can&#8217;t use USB power anymore <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>There are a number of pages which do something similar to this, notably <a href="http://todbot.com/blog/2006/10/29/spooky-arduino-projects-4-and-musical-arduino/" rel="nofollow">http://todbot.com/blog/2006/10/29/spooky-arduino-projects-4-and-musical-arduino/</a> .  This site, while self-professed by the author as being more of a toy than a real drum brain, has MIDI details on both the hardware and software side.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
