<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DavidCraddock.net &#187; microKorg</title>
	<atom:link href="http://www.davidcraddock.net/tag/microkorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidcraddock.net</link>
	<description>My Technology Site</description>
	<lastBuildDate>Tue, 22 Nov 2011 13:45:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MicroKORG + Python = MIDI fun!</title>
		<link>http://www.davidcraddock.net/2009/03/30/microkorg-python-midi-fun/</link>
		<comments>http://www.davidcraddock.net/2009/03/30/microkorg-python-midi-fun/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 00:14:10 +0000</pubDate>
		<dc:creator>David Craddock</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[microKorg]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.davidcraddock.net/?p=81</guid>
		<description><![CDATA[So, about a month ago I got a second-hand microKORG from Ebay. Fiddling around with the preset patches, and creating new patches is great fun, even though I only know a few chords. Recently I plugged it in to my PC via my M-Audio Uno USB->MIDI interface, and soon was using Ableton Live to program [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.davidcraddock.net/wp-content/uploads/2009/03/microkorg.jpg" alt="microKORG and cat" title="microKORG and cat" width="400" height="300" class="alignleft size-full wp-image-82" /></p>
<p>So, about a month ago I got a second-hand <a href="http://en.wikipedia.org/wiki/MicroKORG">microKORG</a> from Ebay. Fiddling around with the preset patches, and creating new patches is great fun, even though I only know a few chords. Recently I plugged it in to my PC via my <a href="http://www.dolphinmusic.co.uk/product/1773-m-audio-uno-usb.html">M-Audio Uno USB->MIDI interface</a>, and soon was using Ableton Live to program drums in time with the microKORG&#8217;s arp.</p>
<p>I thought I&#8217;d experiment the music libraries available in python, and see if I could send notes to the synth via MIDI. Turns out that the M-Audio Uno is supported under Ubuntu, all you have to do is install the <code>midisport-firmware</code> package.  With the help of <a href="http://trac2.assembla.com/pkaudio/wiki/pyrtmidi">pyrtmidi</a>, a set of python wrappers around the C++ audio library rtmidi I was able to recieve MIDI signals in realtime from the microKORG, and send them in realtime also. With the help of <a href="http://www.davidcraddock.net/images/midilib.py">this</a> old midi file reader/writer library that I found posted to a python mailing list, I&#8217;ve made some progress in writing a simple MIDI file player that sends notes to the &#8216;KORG.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidcraddock.net/2009/03/30/microkorg-python-midi-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

