<div class="gmail_quote">On Sun, Aug 21, 2011 at 5:48 PM, Renato <span dir="ltr">&lt;<a href="mailto:rennabh@gmail.com">rennabh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

(though you&#39;d need something on the software side to make midi).<br></blockquote><div><br>Actually this isn&#39;t true, the new &quot;Uno&quot; model of the Arduino (as opposed to the ancient &quot;Duomilanova&quot;) as it uses an <span class="wikiword">ATmega8U2 USB interface chip rather than the FTDI chip the &quot;Duomilanova&quot; uses. Basically, you can reprogram the 8U2 to appear as a &quot;standards complaint&quot; USB MIDI device, and then it will just pop up in ALSA&#39;s MIDI tab. Neat eh?<br>
<br>Then all that you need to do is write &quot;midi data&quot; (integers) to TX... For a &quot;hardware&quot; MIDI port aswell as USB MIDI just solder a 5 pin DIN to the project, using the Arduino&#39;s TX pin :)<br><br>
-Harry<br></span></div></div>