<?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: Arduino midi monitor</title>
	<atom:link href="http://www.sinneb.net/2010/06/arduino-midi-monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sinneb.net/2010/06/arduino-midi-monitor/</link>
	<description>creating a polyphonic musical instrument</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:09:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: arthur</title>
		<link>http://www.sinneb.net/2010/06/arduino-midi-monitor/comment-page-1/#comment-836</link>
		<dc:creator>arthur</dc:creator>
		<pubDate>Mon, 30 Aug 2010 19:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sinneb.com/?p=136#comment-836</guid>
		<description>thx, great tip! I will try this and report back as soon as possible. 

Real life is currently too busy (but most certainly not in a negative way) to work on this project. When I can find a little time, work on this project will resume!</description>
		<content:encoded><![CDATA[<p>thx, great tip! I will try this and report back as soon as possible. </p>
<p>Real life is currently too busy (but most certainly not in a negative way) to work on this project. When I can find a little time, work on this project will resume!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alden M</title>
		<link>http://www.sinneb.net/2010/06/arduino-midi-monitor/comment-page-1/#comment-835</link>
		<dc:creator>Alden M</dc:creator>
		<pubDate>Mon, 30 Aug 2010 19:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sinneb.com/?p=136#comment-835</guid>
		<description>actually, assuming you are using an official arduino board or one of the FTDI cables, you can modify the driver to use baud rate aliasing to set a rarely used baud rate, like 300 or 1200, to run at 31250.  then you just open up the arduino serial monitor and set it to the rate you aliased it to.  this is documented in technical note 105:  http://www.ftdichip.com/Documents/TechnicalNotes/TN_105%20Adding%20Support%20for%20New%20FTDI%20Devices%20to%20Mac%20Driver.pdf

open the kext, open info.plist, find the entries with:
			idProduct
			24577
			idVendor
			1027

and set config data to:

			ConfigData
			
				LatencyTimer
				2
				MIDI
				
				PortName
				MidiCable
			

this will alias 300 to 31250</description>
		<content:encoded><![CDATA[<p>actually, assuming you are using an official arduino board or one of the FTDI cables, you can modify the driver to use baud rate aliasing to set a rarely used baud rate, like 300 or 1200, to run at 31250.  then you just open up the arduino serial monitor and set it to the rate you aliased it to.  this is documented in technical note 105:  <a href="http://www.ftdichip.com/Documents/TechnicalNotes/TN_105%20Adding%20Support%20for%20New%20FTDI%20Devices%20to%20Mac%20Driver.pdf" rel="nofollow">http://www.ftdichip.com/Documents/TechnicalNotes/TN_105%20Adding%20Support%20for%20New%20FTDI%20Devices%20to%20Mac%20Driver.pdf</a></p>
<p>open the kext, open info.plist, find the entries with:<br />
			idProduct<br />
			24577<br />
			idVendor<br />
			1027</p>
<p>and set config data to:</p>
<p>			ConfigData</p>
<p>				LatencyTimer<br />
				2<br />
				MIDI</p>
<p>				PortName<br />
				MidiCable</p>
<p>this will alias 300 to 31250</p>
]]></content:encoded>
	</item>
</channel>
</rss>

