<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - USB Midi to MIDI DIN?]]></title>
		<link>https://chipmusic.org/forums/topic/17525/usb-midi-to-midi-din/</link>
		<description><![CDATA[The most recent posts in USB Midi to MIDI DIN?.]]></description>
		<lastBuildDate>Tue, 30 Aug 2016 18:55:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247572/#p247572</link>
			<description><![CDATA[<b><i>herr_prof says:</i></b><p>With a configured HIDUINDO on a uno you would have a device with</p><p>In/out DIN MIDI<br />USB A jack that you can hook up to a mac/pc/ios device that can be a usb host.</p><p>No splicing needed!</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 18:55:24 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247572/#p247572</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247571/#p247571</link>
			<description><![CDATA[<b><i>punamenon2 says:</i></b><div class="quotebox"><cite>catskull wrote:</cite><blockquote><div class="quotebox"><cite>punamenon2 wrote:</cite><blockquote><p>Both. I want a device that allows me to connect my DMG to any other MIDI device.</p></blockquote></div><p>If you want both, then don&#039;t you need a female USB type A socket on there?</p></blockquote></div><p>USB is USB.&nbsp; It&#039;s just the shape of the jack that changes. It&#039;s easy enough to get adapters to switch between USB A, B, and Micro. Or I can just splice one type of cable to another as needed.</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 18:38:13 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247571/#p247571</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247569/#p247569</link>
			<description><![CDATA[<b><i>catskull says:</i></b><div class="quotebox"><cite>punamenon2 wrote:</cite><blockquote><div class="quotebox"><cite>catskull wrote:</cite><blockquote><p>Do you want to be able to plug in a USB MIDI device into your arduinoboy? Or you just want to be able to plug the arduinoboy into your computer and have it show up as a midi device?</p></blockquote></div><p>Both. I want a device that allows me to connect my DMG to any other MIDI device.</p></blockquote></div><p>If you want both, then don&#039;t you need a female USB type A socket on there?</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 18:26:26 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247569/#p247569</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247568/#p247568</link>
			<description><![CDATA[<b><i>herr_prof says:</i></b><p>The Hiduino project works by turning the EXISTING usb jack that is normally used for programing into a USB MIDI device. You should be able to get it working with the catskull project and a ftdi cable and no other parts. You are going to have to mess with some code more likely than not.</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 18:06:20 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247568/#p247568</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247567/#p247567</link>
			<description><![CDATA[<b><i>punamenon2 says:</i></b><div class="quotebox"><cite>catskull wrote:</cite><blockquote><p>Do you want to be able to plug in a USB MIDI device into your arduinoboy? Or you just want to be able to plug the arduinoboy into your computer and have it show up as a midi device?</p></blockquote></div><p>Both. I want a device that allows me to connect my DMG to any other MIDI device.</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 18:05:00 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247567/#p247567</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247566/#p247566</link>
			<description><![CDATA[<b><i>catskull says:</i></b><p>Do you want to be able to plug in a USB MIDI device into your arduinoboy? Or you just want to be able to plug the arduinoboy into your computer and have it show up as a midi device?</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 17:51:48 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247566/#p247566</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247565/#p247565</link>
			<description><![CDATA[<b><i>punamenon2 says:</i></b><div class="quotebox"><cite>herr_prof wrote:</cite><blockquote><p>i think you are making it too complicated. If the due works for usb host and midi what would you need the above for?</p><p>In other words what all are you trying to connect?</p></blockquote></div><p>What I&#039;m trying to achieve: A single Arduinoboy type device with MIDI Through USB, and also MIDI In/Out/Through 5 pin jacks. All for under $25 cost. </p><p>The reason I&#039;m starting with the UNO is because I&#039;m almost certain I can get it to work by combining the Hiduino project with Trash80s Arduinoboy or Teensyboy code. Then it&#039;s as simple as putting a Shieldboy on top of that. The only thing I&#039;m missing is MIDI through on the USB. For that I will need to use an Arduino DUE because it has the two USB ports on the board. If I can get MIDI to run on the DUE, I will then need to make a custom Shieldboy. as it has a different footprint than the UNO. In other words, the UNO is the low hanging fruit, and anything I learn doing that should help me accomplish the DUE. </p><p>Wish me luck.</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 17:48:03 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247565/#p247565</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247560/#p247560</link>
			<description><![CDATA[<b><i>herr_prof says:</i></b><p>i think you are making it too complicated. If the due works for usb host and midi what would you need the above for?</p><p>In other words what all are you trying to connect?</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 17:07:56 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247560/#p247560</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/247557/#p247557</link>
			<description><![CDATA[<b><i>punamenon2 says:</i></b><p>Let me revive this thread. Someone linked to it in another post, and I realized that I had recently seen a solution:</p><p>Anyone trying this can go with the original proposed solution of using a regular Arduinoboy, and then get the MIDI to USB adapter to work by hacking it like this:</p><p><a href="http://makezine.com/2010/09/10/send-midi-over-usb-for-cheap/" target="_blank">http://makezine.com/2010/09/10/send-mid &#133; for-cheap/</a></p><p>My goal is to get the Arduino UNO to act as a MIDI USB device simply through the programming, no extra hardware needed. Once I&#039;ve solved that, I&#039;m going to attempt to get an Arduino DUE to do the same thing, only since it has two USB ports, I&#039;m hoping I can get it to do MIDI-through, instead of just MIDI-in.</p>]]></description>
			<pubDate>Tue, 30 Aug 2016 16:55:08 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/247557/#p247557</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/238816/#p238816</link>
			<description><![CDATA[<b><i>unexpectedbowtie says:</i></b><p>Another update for the sake of anybody who is trying this out later on. </p><p>I tested using the Midicloro app from ledfyr on a Raspberry Pi, using the Nanoloop USB Midi adaptor rather than connecting via the Arduinoboy, and it works! So a cheaper option to get USB MIDI devices to work for those who don&#039;t have an arduinoboy...</p><p>My Launchpad works as an input device as well, but the default note settings are all messed up, so it will require some more research to work out how to re-map the keys in Linux (only Windows/Mac are supported officially - boo.)</p>]]></description>
			<pubDate>Mon, 25 Jan 2016 01:18:55 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/238816/#p238816</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/238465/#p238465</link>
			<description><![CDATA[<b><i>unexpectedbowtie says:</i></b><div class="quotebox"><cite>Ledfyr wrote:</cite><blockquote><p>Glad to hear you got it working!&nbsp; Can you confirm if the nanoloop usb midi adapter works when you get it? (it should)</p></blockquote></div><p>No problem!</p><p>I&#039;ve ended up with all the parts for the Arduino shizz as well, so going to try building that as a side-project.</p>]]></description>
			<pubDate>Thu, 14 Jan 2016 13:51:26 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/238465/#p238465</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/238464/#p238464</link>
			<description><![CDATA[<b><i>Ledfyr says:</i></b><p>Glad to hear you got it working!&nbsp; Can you confirm if the nanoloop usb adapter works with the Raspberry when you get it? (it should)</p>]]></description>
			<pubDate>Thu, 14 Jan 2016 13:50:40 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/238464/#p238464</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/238463/#p238463</link>
			<description><![CDATA[<b><i>unexpectedbowtie says:</i></b><p>After chatting with ledfyr, I&#039;ve re-flashed the Raspberry Pi and all is working perfectly! I&#039;ve now got a neat wee headless USB-MIDI converter. I&#039;ve ordered a Nanoloop USB-MIDI link cable adaptor to see if I could use that in place of the Arduinoboy as an experiment too.</p><p>Thanks a lot for the help!</p>]]></description>
			<pubDate>Thu, 14 Jan 2016 13:28:43 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/238463/#p238463</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/238427/#p238427</link>
			<description><![CDATA[<b><i>unexpectedbowtie says:</i></b><p>So, I ended up getting a raspberry pi and the USB-MIDI cable. Connected it all up via aconnect, and I can see that the MIDI messages are getting routed correctly. Result! Problem is now that there&#039;s no sound coming out. I know that the Arduinoboy works fine, so I suspect it must be a channel mis-match. Trying to work out how to switch the channel at the minute as the USB keyboard I have doesn&#039;t have any hardware controls that do it (it&#039;s an Akai LPK25). </p><p>I did try to use the software at <a href="http://chipmusic.org/forums/topic/17404/improved-lsdj-midi-out-clock-chords-channel-routing/" target="_blank">http://chipmusic.org/forums/topic/17404 &#133; l-routing/</a> - but I&#039;m hitting an error about a dependency that I&#039;ve dropped you a PM about Ledfyr:</p><p>&#039;./midicloro: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: no such file or directory.&#039;</p>]]></description>
			<pubDate>Wed, 13 Jan 2016 15:45:53 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/238427/#p238427</guid>
		</item>
		<item>
			<title><![CDATA[Re: USB Midi to MIDI DIN?]]></title>
			<link>https://chipmusic.org/forums/post/238323/#p238323</link>
			<description><![CDATA[<b><i>unexpectedbowtie says:</i></b><div class="quotebox"><cite>Ledfyr wrote:</cite><blockquote><p>A Raspberry Pi with Raspbian can do USB to DIN MIDI out of the box if you have a USB MIDI interface with DIN connectors.<br />You can route USB keyboards to a DIN port on the interface using the aconnect command.</p><p>This way you dont have to solder anything.</p><p>See here for an example:<br /><a href="http://sandsoftwaresound.net/send-midi-from-usb-b-to-5-pin/" target="_blank">http://sandsoftwaresound.net/send-midi- &#133; -to-5-pin/</a></p><p>Side-note:<br />I&#039;ve made a program which lets you route MIDI like above while adding clock and more. See this thread:<br /><a href="http://chipmusic.org/forums/topic/17404/improved-lsdj-midi-out-clock-chords-channel-routing/" target="_blank">http://chipmusic.org/forums/topic/17404 &#133; l-routing/</a></p></blockquote></div><p>Damnit, I&#039;ve bought the components for the Arduinoboy now. I&#039;ve saved the link though and will probably come back to it when I throw it out the window due to my crappy soldering.</p>]]></description>
			<pubDate>Sun, 10 Jan 2016 15:29:37 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/238323/#p238323</guid>
		</item>
	</channel>
</rss>
