<?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>OOMPH MEDIA &#187; MIDI</title>
	<atom:link href="http://www.oomphmedia.co.uk/files/blog/category/audio/midi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oomphmedia.co.uk/files/blog</link>
	<description>Multimedia Design &#38; Development</description>
	<lastBuildDate>Tue, 09 Nov 2010 23:09:12 +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>Implementation of a DJ audio mixing application developed in Java</title>
		<link>http://www.oomphmedia.co.uk/files/blog/java/hello-world/</link>
		<comments>http://www.oomphmedia.co.uk/files/blog/java/hello-world/#comments</comments>
		<pubDate>Mon, 25 May 2009 14:49:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MIDI]]></category>

		<guid isPermaLink="false">http://www.oomphmedia.co.uk/files/blog/?p=1</guid>
		<description><![CDATA[This is a Java DJ audio mixing application (with MIDI connectivity) that I have developed, This is an unfinished project and is work in progress. At present not all the features that I originally intended to implement are complete, I welcome anyone that is interested in this project to get in contact with me. If [...]]]></description>
			<content:encoded><![CDATA[<p>This is a Java DJ audio mixing application (with MIDI connectivity) that I have developed, This is an unfinished project and is work in progress. At present not all the features that I originally intended to implement are complete, I welcome anyone that is interested in this project to get in <a href="http://www.oomphmedia.co.uk/files/blog/?page_id=16">contact</a> with me. If you would like to look at my source code or think you can help me develop areas of this application further then please do not hesitate to <a href="http://www.oomphmedia.co.uk/files/blog/?page_id=16">contact me.</a></p>
<p>The report for this project can be downloaded <a style="opacity: 1;" target="_blank" href="http://www.oomphmedia.co.uk/files/javadjaudio/java DJ audio mixing application report.pdf">here</a></p>
<p>The application can be downloaded <a target="_blank" href="http://www.oomphmedia.co.uk/files/javadjaudio/Java_DJ_Audio_Mixer.zip"><span style="opacity: 1;">here</span></a></p>
<p>Features:</p>
<ul>
<li>Developed using the Java Sound API and the NetBeans IDE</li>
<li>GUI developed using java Swing Components</li>
<li>Compatible with M-Audio&#8217;s X-Session pro DJ MIDI controller</li>
<li>Audio playback speed control using cubic interpolation</li>
<li>VU meters to display audio signal volume</li>
<li>Volume and gain control</li>
<li>Graphical display of audio signals wave form</li>
</ul>
<p><a target="_blank" href="http://www.oomphmedia.co.uk/files/javadjaudio/java DJ audio mixing application report.pdf"><img class="alignnone" title="Applications GUI" src="http://www.oomphmedia.co.uk/files/blog/images/javaaudio.gif" alt="" width="400" height="334" /></a></p>
<p><a target="_blank" href="http://www.m-audio.com/products/en_us/XSessionPro.html"><img class="alignnone" title="M-Audios X-Session Pro MIDI Controller" src="http://www.oomphmedia.co.uk/files/blog/images/xsession.jpg" alt="" width="400" height="236" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oomphmedia.co.uk/files/blog/java/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java Electronic Organ</title>
		<link>http://www.oomphmedia.co.uk/files/blog/java/java-electronic-organ/</link>
		<comments>http://www.oomphmedia.co.uk/files/blog/java/java-electronic-organ/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 13:28:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MIDI]]></category>

		<guid isPermaLink="false">http://www.oomphmedia.co.uk/files/blog/?p=65</guid>
		<description><![CDATA[This is an extension to the Java Midi Monitor application I developed, It uses a MIDI keyboard to transmit MIDI messages to the application. It then uses these MIDI messages to generate sine waves, square waves and sawtooth waves on the fly. The pitch of sound is dependent on the Midi message. The application requests [...]]]></description>
			<content:encoded><![CDATA[<p>This is an extension to the Java Midi Monitor application I developed, It uses a MIDI keyboard to transmit MIDI messages to the application. It then uses these MIDI messages to generate sine waves, square waves and sawtooth waves on the fly. The pitch of sound is dependent on the Midi message.</p>
<p>The application requests the user to chose an input midi device, once the device is connected you can play the keyboard and the application will generate sound. The application will close if no MIDI device is selected.</p>
<p>The application can be downloaded <a href="http://www.oomphmedia.co.uk/files/javamidi/ElectronicOrgan.jar">here</a></p>
<p>The source code can be downloaded <a href="http://www.oomphmedia.co.uk/files/javamidi/Java_Electric_Organ_SC.zip">here</a></p>
<p>More information can be found at Bob Lang&#8217;s <a href="http://www.cems.uwe.ac.uk/~lrlang/javasoundmusic/index.html">Java for Sound &amp; Music Module homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oomphmedia.co.uk/files/blog/java/java-electronic-organ/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java MIDI Message Monitor</title>
		<link>http://www.oomphmedia.co.uk/files/blog/java/java-midi-message-monitor/</link>
		<comments>http://www.oomphmedia.co.uk/files/blog/java/java-midi-message-monitor/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 13:26:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MIDI]]></category>

		<guid isPermaLink="false">http://www.oomphmedia.co.uk/files/blog/?p=62</guid>
		<description><![CDATA[This is a simple Java application I developed whilst at university to monitor MIDI messages received from an input midi device. The application requests the user to chose an input midi device, once the device is connected it then displays the Midi messages via a GUI. The application will close if no MIDI device is [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple Java application I developed whilst at university to monitor MIDI messages received from an input midi device.</p>
<p>The application requests the user to chose an input midi device, once the device is connected it then displays the Midi messages via a GUI. The application will close if no MIDI device is selected.</p>
<p>The application can be downloaded <a href="http://www.oomphmedia.co.uk/files/javamidi/MidiMonitorEnhanced.jar">here</a></p>
<p>The source code can be downloaded <a href="http://www.oomphmedia.co.uk/files/javamidi/JAVA_MIDI_Monitor_SC.zip">here</a></p>
<p>More information can be found at Bob Lang&#8217;s <a href="http://www.cems.uwe.ac.uk/~lrlang/javasoundmusic/index.html">Java for Sound &amp; Music Module homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oomphmedia.co.uk/files/blog/java/java-midi-message-monitor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

