<?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>Igor&#039;s Software Laboratories</title>
	<atom:link href="http://www.igorlabs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igorlabs.com</link>
	<description>Mad Science for a Mad World!</description>
	<lastBuildDate>Thu, 14 Jul 2011 01:29:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Twang!</title>
		<link>http://www.igorlabs.com/audio/twang/</link>
		<comments>http://www.igorlabs.com/audio/twang/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 16:40:07 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[audio]]></category>

		<guid isPermaLink="false">http://www.igorlabs.com/?p=91</guid>
		<description><![CDATA[Today, with permission from Beatnik, Inc, I am releasing a code base, loved and hated by millions. It has probably been in a device in your pocket. We call it miniBAE, short for mini Beatnik Audio Engine. First, let me &#8230; <a href="http://www.igorlabs.com/audio/twang/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<p>Today, with permission from Beatnik, Inc, I am releasing a code base, loved and hated by millions. It has probably been in a device in your pocket. We call it miniBAE, short for mini Beatnik Audio Engine.</p>
<p>First, let me apologize. Set your wayback machine to the year 2000. Nokia, the king of mobile phones, and their default Ringtone. &lt;<a href="http://en.wikipedia.org/wiki/Nokia_tune">http://en.wikipedia.org/wiki/Nokia_tune</a>&gt;</p>
<p>The Ringtone heard around the world. My fault. Not that its bad, but after a billion phones and countless trillion plays, maximum exposure has a new limit. The code being released today was responsible for enabling that audio meme to a wide audience.</p>
<p>As with any technology, there’s a story, and this one was an interesting one. The first version was created in 1991 by my business partner, Jim Nitchals, and myself. At that point it was called SoundMusicSys. Appearing in many successful video games for the Macintosh OS. Prince of Persia, Lemmings, Sim City to name a few. In 1997 we joined forces with Beatnik, Inc, founded by Thomas Dolby, and ended up in iconic consumer electronics from Apple, Sun&#8217;s Java, MagicCap, WebTV, BeOS, Nokia, Motorola, Danger and others.</p>
<p>We both were obsessed with creating something that allows music to be played that was small in size. We ended up creating the first software wave table synthesizer that read and played standard Midi files all done in software. Prior to our technology, the only solution was hardware. A dedicated sound card.</p>
<p>But because of our background in video games, we understood low latency interactive audio and music, and the end result is this code. Before OpenAL, PortAudio, before many audio hardware abstraction layers there was miniBAE.</p>
<p>The last commercial product that this code was used in was the Danger, Inc, T-Mobile Sidekick 3 in 2005.</p>
<p>The motives in releasing the code into the open source community are many:</p>
<ol>
<li>Jim and I believed in the Jeffersonian ideal that a inventor has a lock on an idea for a limited period of time. There were many ideas in this code that could have been patented, however we chose not to pursue it. We chose the Trade Secret route. Because of that, this code did not end up in the hands of a Patent troll. Now it can be mixed back into the culture, to be recycled and reinvented.</li>
<li>This engine is perfect for anything that requires small storage to create audio. Midi is a standard and is tiny. It does require great skill and effort to craft something beautiful, but it can be done. Along with this package are countless examples of Craftsmen and Musicians doing their best to create 5 minutes of music in 100k bytes.</li>
<li>There were some outstanding people involved in this technology from 1991 to 2005, and I want to acknowledge them. Without their passion, belief, and considerable help, this code would have never gotten far.</li>
<li>Because now its available, some of the interesting DSP algorithms can be reused. File formats, fast reverbs, fast chorus, fast sample rate converters (SRC).</li>
<li>I want to use it!</li>
<li>Both Jim and I are digital historians, and this code has some small value in preserving. And the best way to do that is release it as a BSD license.</li>
<li>I have a small hope that our mission at Beatnik, to sonify the web, can become a reality now that the entire software stack is available. From the Javascript musicObject API, down to the C code that does the mixing.</li>
</ol>
<p>On to the code, which is here: &lt;<a href="https://github.com/heyigor/miniBAE">https://github.com/heyigor/miniBAE</a>&gt;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.igorlabs.com/audio/twang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ROBOT.BRAINS</title>
		<link>http://www.igorlabs.com/future/robot-brains/</link>
		<comments>http://www.igorlabs.com/future/robot-brains/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 14:23:15 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[future]]></category>

		<guid isPermaLink="false">http://www.igorlabs.com/?p=72</guid>
		<description><![CDATA[Been looking through old 6502 code archives, and ran across this snippet of code from my game Fort Apocalypse. I&#8217;ve always gotten a thrill when seeing Terminator because when we see the robots code from his point of view, its &#8230; <a href="http://www.igorlabs.com/future/robot-brains/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Been looking through old 6502 code archives, and ran across this snippet of code from my game Fort Apocalypse. I&#8217;ve always gotten a thrill when seeing Terminator because when we see the robots code from his point of view, its a 6502, and it looks sort of like this.</p>
<p><code></p>
<pre>ROBOT.BRAINS
	 LDA R.STATUS
	 CMP #OFF
	 BEQ .1
	 CMP #CRASH
	 BEQ .2
	 LDA FRAME
	 AND ROBOT.SPD
	 BEQ R.START
	 RTS
*
	 LDA TIM7.VAL
	 BEQ .0
.1       DEC TIM7.VAL
	 BNE .2
.0       LDA #$88
	 STA PCOLR2
	 STA PCOLR3
	 LDA #8
	 STA ROBOT.ANGLE
	 LDA RANDOM
	 AND #7
	 LDX LEVEL
	 DEX         X=1?
	 BNE .3
	 CLC
	 ADC #8
.3       TAX
	 LDA ROB.X,X
	 STA R.X
	 LDA ROB.Y,X
	 STA R.Y
	 LDA R.X
	 SEC
	 SBC CHOP.X
	 BPL .4
	 EOR #-2
.4       CMP #34
	 BGE .6
	 LDA R.Y
	 SEC
	 SBC CHOP.Y
	 BPL .5
	 EOR #-2
.5       CMP #8
	 BLT .2
.6       LDA #FLY
	 STA R.STATUS
	 LDX #0
	 STX R.FX
	 STX R.FY
	 STX TIM7.VAL
	 INX         X=1
	 STX TIM8.VAL
	 JMP POS.ROBOT
.2       RTS</pre>
<p></code></p>
<p><code> </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igorlabs.com/future/robot-brains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am alive!</title>
		<link>http://www.igorlabs.com/uncategorized/7/</link>
		<comments>http://www.igorlabs.com/uncategorized/7/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 17:15:11 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.igorlabs.com.php5-13.dfw1-1.websitetestlink.com/?p=7</guid>
		<description><![CDATA[First creation of a 21st century looking website for igorlabs.com]]></description>
			<content:encoded><![CDATA[<p>First creation of a 21st century looking website for igorlabs.com</p>
<p><img class="aligncenter" title="mirror-pixel-face" src="/wp-content/uploads/2010/06/mirror-pixel-face-253x300.png" alt="" width="253" height="300" class="size-medium wp-image-21" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.igorlabs.com/uncategorized/7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

