<?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>Beardo&#039;s Sweet Blog &#187; XNA</title>
	<atom:link href="http://blog.beardosnuts.com/tags/xna/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.beardosnuts.com</link>
	<description>Get your sweet nuts here...</description>
	<lastBuildDate>Tue, 12 May 2009 17:59:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Fifteen Minute Hobby</title>
		<link>http://blog.beardosnuts.com/2009/01/14/the-fifteen-minute-hobby/</link>
		<comments>http://blog.beardosnuts.com/2009/01/14/the-fifteen-minute-hobby/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 22:58:46 +0000</pubDate>
		<dc:creator>Beardo</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[Bass Guitar]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Hobbies]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://blog.beardosnuts.com/?p=14</guid>
		<description><![CDATA[Being a Dad to a 9 month-old 6-month-old takes a lot of time and energy. Combine that with being a decent husband, and commuting everyday, there&#8217;s not much time for hobbies. There&#8217;s a ton of things that I want to do such as build another RC airplane, learn to skate and play hockey as well [...]]]></description>
			<content:encoded><![CDATA[<p>Being a Dad to a <a href="http://www.haleyannemoore.com" onclick="pageTracker._trackPageview('/outgoing/www.haleyannemoore.com?referer=');">9 month-old 6-month-old</a> takes a lot of time and energy. Combine that with being a decent husband, and commuting everyday, there&#8217;s not much time for hobbies. There&#8217;s a ton of things that I want to do such as build another RC airplane, learn to skate and play hockey as well as several programming projects I&#8217;d like to do. The biggest roadblock for most of them is finding a large continuous chunk of time to devote to them. I&#8217;m lucky if I get half an hour straight to do any given task. So I&#8217;ve been thinking about something that I can get some enjoyment out of that only takes about 15 minutes a day. </p>
<p>To that end, I&#8217;ve decided to start learning the bass guitar again. I started playing maybe 5 years ago, and was pretty consistent for about a year and a half. I was never very good, but it was fun. I&#8217;ve found a couple of good sites for bass, specifcially the <a href="http://www.talkbass.com/" onclick="pageTracker._trackPageview('/outgoing/www.talkbass.com/?referer=');">Basstalk</a> forums and <a href="http://www.studybass.com" onclick="pageTracker._trackPageview('/outgoing/www.studybass.com?referer=');">Study Bass</a>. There&#8217;s also the Fret Surfer Bass application for my iPhone so I can learn the fretboard on the go. I can find the time to devote 15 minutes everyday to bass. I&#8217;m not expecting to be great immediately. It&#8217;s probably more like Norvig&#8217;s <a href="http://norvig.com/21-days.html" onclick="pageTracker._trackPageview('/outgoing/norvig.com/21-days.html?referer=');">teach yourself programming ten years</a>, but for bass.</p>
<p>One thing I&#8217;ve always struggled with is being able to gauge if I&#8217;m playing something correctly. To me, it sounds right, but I&#8217;m not sure. So for a little programming project I&#8217;m going to try and make a guitar game similar to Guitar Hero, but with a real bass. Of course this is not a new idea. Two similar projects I&#8217;ve found are <a href="http://www.guitarrising.com/" onclick="pageTracker._trackPageview('/outgoing/www.guitarrising.com/?referer=');">Guitar Rising</a> and <a href="http://littlebigstar.net/main/" onclick="pageTracker._trackPageview('/outgoing/littlebigstar.net/main/?referer=');">LittleBigStar</a>. Mine isn&#8217;t really for anybody else but me, and it&#8217;ll be more focused on actual learning than simply a game. </p>
<p>I&#8217;m planning on using Microsoft&#8217;s <a href="http://www.xna.com" onclick="pageTracker._trackPageview('/outgoing/www.xna.com?referer=');">XNA</a> framework to do the game stuff because I&#8217;m most familiar with C# at the moment and it should be relatively quick to get the project started. The biggest hurdle will be retrieving and processing the signal from the bass. I tried doing this about 5 years ago, but the latency was too high to be able to process the notes in real-time. This time I&#8217;m going to try using an <a href="http://en.wikipedia.org/wiki/Audio_Stream_Input/Output" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Audio_Stream_Input/Output?referer=');">ASIO </a>driver, which should help. I&#8217;m also planning on getting a USB interface, and try that. Specifically this <a href="http://line6.com/podstudiogx/index.html" onclick="pageTracker._trackPageview('/outgoing/line6.com/podstudiogx/index.html?referer=');">one</a> from Line 6, which should work with the ASIO driver as well. </p>
<p>First I need to find (or buy another) adaptor to hook the bass into the mic jack of my sound card. We&#8217;ll see how it goes from there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.beardosnuts.com/2009/01/14/the-fifteen-minute-hobby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
