<?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"
	>
<channel>
	<title>Comments on: DIY MIDI Drum Triggers with Arduino; MIDI Over USB?</title>
	<atom:link href="http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/</link>
	<description>The latest gear, software, and techniques for electronic music production and performance</description>
	<pubDate>Wed, 03 Dec 2008 19:52:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Paralelauta</title>
		<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-215430</link>
		<dc:creator>Paralelauta</dc:creator>
		<pubDate>Tue, 03 Jul 2007 14:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-215430</guid>
		<description>In linux, a posible solution is configure a serial port as a midi port:

http://crystal.apana.org.au/ghansper/MidiAxis.html</description>
		<content:encoded><![CDATA[<p>In linux, a posible solution is configure a serial port as a midi port:</p>
<p><a href="http://crystal.apana.org.au/ghansper/MidiAxis.html" rel="nofollow">http://crystal.apana.org.au/ghansper/MidiAxis.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug theriault</title>
		<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-107269</link>
		<dc:creator>doug theriault</dc:creator>
		<pubDate>Tue, 23 Jan 2007 15:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-107269</guid>
		<description>I use Steims Junxion software to convert usb or osc into midi signals.  It is the most powerful software to map midi.  Highly recommended...</description>
		<content:encoded><![CDATA[<p>I use Steims Junxion software to convert usb or osc into midi signals.  It is the most powerful software to map midi.  Highly recommended&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Blog Archive &#187; Je eigen digitale drumkit bouwen.</title>
		<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-52428</link>
		<dc:creator>&#187; Blog Archive &#187; Je eigen digitale drumkit bouwen.</dc:creator>
		<pubDate>Wed, 15 Nov 2006 10:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-52428</guid>
		<description>[...] Drumforum(NL) Drumforum(NL) Edrum(drum-module-zelfbouw) Filmpje waarin te zien is hoe simple je triggers kunt maken Handige lijst links voor nog meer zelfbouw plezier [...]</description>
		<content:encoded><![CDATA[<p>[...] Drumforum(NL) Drumforum(NL) Edrum(drum-module-zelfbouw) Filmpje waarin te zien is hoe simple je triggers kunt maken Handige lijst links voor nog meer zelfbouw plezier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SteamSHIFT</title>
		<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-46479</link>
		<dc:creator>SteamSHIFT</dc:creator>
		<pubDate>Tue, 07 Nov 2006 19:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-46479</guid>
		<description>In the end, I used the Arduino to create MIDI data (so that I could optionally attach a midi out port directly to the Arduino), and then piped the MIDI data over the serial port into a little Processing applet which read the MIDI in and pushed it out as real MIDI data. Does the trick. Means I don't have to carry around a MIDI interface, but could do MIDI out if I wanted to.</description>
		<content:encoded><![CDATA[<p>In the end, I used the Arduino to create MIDI data (so that I could optionally attach a midi out port directly to the Arduino), and then piped the MIDI data over the serial port into a little Processing applet which read the MIDI in and pushed it out as real MIDI data. Does the trick. Means I don&#8217;t have to carry around a MIDI interface, but could do MIDI out if I wanted to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Brodsky</title>
		<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-44159</link>
		<dc:creator>Jonathan Brodsky</dc:creator>
		<pubDate>Tue, 31 Oct 2006 16:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-44159</guid>
		<description>I am currently working on an arduino based music project, and I am using processing's 'serial' library to parse the data into a more digestible format (osc or midi). I initially had the arduino speaking directly to puredata's comport object, but I was having difficulty with the data parsing portion of the project, and decided to shift away from the visual programming metaphore.

eventually, I would like to get the processing serial-&#62;osc sending to one of the monome patches hosted in max/msp

some pictures are here: http://flickr.com/photos/jonbro/284102154/</description>
		<content:encoded><![CDATA[<p>I am currently working on an arduino based music project, and I am using processing&#8217;s &#8217;serial&#8217; library to parse the data into a more digestible format (osc or midi). I initially had the arduino speaking directly to puredata&#8217;s comport object, but I was having difficulty with the data parsing portion of the project, and decided to shift away from the visual programming metaphore.</p>
<p>eventually, I would like to get the processing serial-&gt;osc sending to one of the monome patches hosted in max/msp</p>
<p>some pictures are here: <a href="http://flickr.com/photos/jonbro/284102154/" rel="nofollow">http://flickr.com/photos/jonbro/284102154/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tod E. Kurt</title>
		<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-44043</link>
		<dc:creator>Tod E. Kurt</dc:creator>
		<pubDate>Tue, 31 Oct 2006 08:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-44043</guid>
		<description>Hi Peter, thanks for the mention.

You are correct, the current Arduino cannot do MIDI over USB using its built-in USB port because it is using a USB-to-serial chip (it's the &lt;a href="http://www.sparkfun.com/commerce/product_info.php?products_id=650" rel="nofollow"&gt;FTDI FT232RL&lt;/a&gt; if anyone is interested).

However, it's entirely possible for the microcontroller chip that is the heart of Arduino to do USB directly and to act like a USB MIDI interface if so programmed.  The &lt;a href="http://www.obdev.at/products/avrusb/index.html" rel="nofollow"&gt;AVR-USB&lt;/a&gt;  project shows how to do this for USB HID devices (keyboard,mice,etc.).  AVR-USB can be reconfigured to act like a USB MIDI interface.

I've been occasionally working on this very thing, but haven't had much time to focus on it.   If anyone else out there is, please speak up.</description>
		<content:encoded><![CDATA[<p>Hi Peter, thanks for the mention.</p>
<p>You are correct, the current Arduino cannot do MIDI over USB using its built-in USB port because it is using a USB-to-serial chip (it&#8217;s the <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=650" rel="nofollow">FTDI FT232RL</a> if anyone is interested).</p>
<p>However, it&#8217;s entirely possible for the microcontroller chip that is the heart of Arduino to do USB directly and to act like a USB MIDI interface if so programmed.  The <a href="http://www.obdev.at/products/avrusb/index.html" rel="nofollow">AVR-USB</a>  project shows how to do this for USB HID devices (keyboard,mice,etc.).  AVR-USB can be reconfigured to act like a USB MIDI interface.</p>
<p>I&#8217;ve been occasionally working on this very thing, but haven&#8217;t had much time to focus on it.   If anyone else out there is, please speak up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floor_</title>
		<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-43978</link>
		<dc:creator>Floor_</dc:creator>
		<pubDate>Tue, 31 Oct 2006 02:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-43978</guid>
		<description>Oops. That giant link was supposed to say "Yamaha CBX serial driver" or some such. As you can tell, I don't leave comments on blogs too often.</description>
		<content:encoded><![CDATA[<p>Oops. That giant link was supposed to say &#8220;Yamaha CBX serial driver&#8221; or some such. As you can tell, I don&#8217;t leave comments on blogs too often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floor_</title>
		<link>http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-43977</link>
		<dc:creator>Floor_</dc:creator>
		<pubDate>Tue, 31 Oct 2006 02:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2006/10/30/diy-midi-drum-triggers-with-arduino-midi-over-usb/#comment-43977</guid>
		<description>Couldn't you theoretically use the &lt;a href="http://www.yamaha.com/yamahavgn/CDA/KnowledgeBase/KnowledgeBaseDetail/0,,CNTID%253D20960%2526CTID%253D,00.html" title="Yamaha CBX serial driver" rel="nofollow"&gt;Yamaha CBX serial driver&lt;/a&gt; with this? Most older Yamaha tone generators such as the QY series have a TO HOST port on them that connects directly to a PC serial port. I suppose if the TO HOST connector sends plain serial data it would be fairly easy to adapt the driver for use with the Arduino board?

I saw the link to Todbot's project site on makezine earlier today, so I've been drawing up board layouts for a drum trigger box. I'm not sure how many inputs the MIDIsense board has, but with 6 analog inputs and a bunch of digital ins, as well as being dirt cheap to build, the Arduino board should serve my needs well enough.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you theoretically use the <a href="http://www.yamaha.com/yamahavgn/CDA/KnowledgeBase/KnowledgeBaseDetail/0,,CNTID%253D20960%2526CTID%253D,00.html" title="Yamaha CBX serial driver" rel="nofollow">Yamaha CBX serial driver</a> with this? Most older Yamaha tone generators such as the QY series have a TO HOST port on them that connects directly to a PC serial port. I suppose if the TO HOST connector sends plain serial data it would be fairly easy to adapt the driver for use with the Arduino board?</p>
<p>I saw the link to Todbot&#8217;s project site on makezine earlier today, so I&#8217;ve been drawing up board layouts for a drum trigger box. I&#8217;m not sure how many inputs the MIDIsense board has, but with 6 analog inputs and a bunch of digital ins, as well as being dirt cheap to build, the Arduino board should serve my needs well enough.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
