<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>TechRoadie</title>
	
	<link>http://www.techroadie.com</link>
	<description>Touring Professional and Consumer Audio</description>
	<lastBuildDate>Thu, 01 Oct 2009 20:16:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TechRoadie" /><feedburner:info uri="techroadie" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Touring Professional and Consumer Audio</itunes:subtitle><item>
		<title>How you can make your dream MIDI or Audio Device come true</title>
		<link>http://feedproxy.google.com/~r/TechRoadie/~3/BWrT99dKkpo/</link>
		<comments>http://www.techroadie.com/how-you-can-make-your-dream-midi-or-audio-device-come-true/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 20:16:05 +0000</pubDate>
		<dc:creator>SCP</dc:creator>
				<category><![CDATA[MYO / DIY]]></category>

		<guid isPermaLink="false">http://www.techroadie.com/?p=89</guid>
		<description><![CDATA[Let’s start off with the assumption that you have a studio or live performance problem. Your pedals don’t switch like you would like them to, you want to merge multiple MIDI inputs to your computer, or some other problem that doesn’t have a solution yet. You know that you can’t get companies like PreSonus or [...]]]></description>
			<content:encoded><![CDATA[<p>Let’s start off with the assumption that you have a studio or live performance problem. Your pedals don’t switch like you would like them to, you want to merge multiple MIDI inputs to your computer, or some other problem that doesn’t have a solution yet. You know that you can’t get companies like PreSonus or M-Audio to develop the problem solver for you, and you have a bit of skill in computer programming, well, at least you are confident that you can do it better than most if you learn about it.</p>
<p><strong>How do you solve a problem like this?</strong></p>
<p>You could consider making your own solution. Here at TechRoadie, we regularly cover the efforts of technology oriented musicians building their own devices. We publish a monthly MYO (Make-Your-Own) round-up that cover devices that were rolled out in the past month. Many of these prototype devices are based on a technology called <a href="http://www.arduino.cc">Arduino</a>.</p>
<p style="text-align: center;"><img class="size-medium wp-image-90  aligncenter" title="798px-Arduino_top-2" src="http://www.techroadie.com/wp-content/uploads/2009/10/798px-Arduino_top-2-300x225.jpg" alt="798px-Arduino_top-2" width="300" height="225" /></p>
<p><strong>What is Arduino?</strong></p>
<p>According to <a title="Wikipedia Arduino Entry" href="http://en.wikipedia.org/wiki/Arduino" target="_blank">Wikipedia</a>, “Arduino is a physical computing platform based on a simple open hardware design for a single-board microcontroller, with embedded I/O support and a standard programming language.” It comes in several flavors, has an ecosystem of software and peripheral support, and is cheap. Arduino is largely based on the Atmel AVR microcontroller family and the supported hardware has been expanded through clones, outlined on the Wikipedia pages.</p>
<p><strong>What about functionality, how do I write software for the thing?</strong></p>
<p>That’s where the answer gets really interesting, especially for a software engineer. Arduino has an integrated development environment (IDE) that can be used to create projects that stand alone or projects that are tethered to a PC. The programming language looks a lot like C/C++. The IDE acts as a terminal emulator once the application is downloaded to the Arduino board. Of particular interest to electronic musicians is that Arduino boards can interface with <a title="Cycling '74 link to Max/MSP" href="http://www.cycling74.com/products/max5" target="_blank">Max/MSP</a>, <a title="PureData Project" href="http://puredata.info/" target="_blank">PureData</a>, and <a title="SuperCollider Link" href="http://www.audiosynth.com/" target="_blank">SuperCollider</a>. If you don’t know what that means, it’s cool, you can read all about them by following the Wikipedia links. We’re going to investigate as much as we can about PureData in a future installation on TechRoadie.</p>
<p style="text-align: center;"><img class="size-medium wp-image-91  aligncenter" title="800px-Pure_Data_with_many_patches_open_(netpd_project)" src="http://www.techroadie.com/wp-content/uploads/2009/10/800px-Pure_Data_with_many_patches_open_netpd_project-300x225.png" alt="800px-Pure_Data_with_many_patches_open_(netpd_project)" width="300" height="225" /></p>
<p>With the audio and MIDI interfaces offered above, you can use the Arduino as an input to the PC or as an output from those programs. So, you can accept gestural input from the input/output (I/O) ports of the Arduino and send them up the cable to PureData or Max. Starting sequences, triggering sounds, modifying signal processing parameters – all possible with the Arduino board and software.</p>
<p><strong>This all sounds fantastically nerdy, so where do I start?</strong></p>
<p>It’s recommended that you start with developing an understanding of all of the components of the system that you want to build. You’ll want to read the <a title="Wikipedia Arduino Entry" href="http://en.wikipedia.org/wiki/Arduino" target="_blank">Wikipedia entry</a>, visit the <a title="Arduino Project Home Page" href="www.arduino.cc" target="_blank">Arduino project website</a>, and then plan your project. On Wikipedia, we know it’s the boring part, but the References and External Links sections of the page is crammed full of additional resources worth reading. When it comes time to buy components, there are many sites on the web that can help you. We recommend starting with the folks at <a title="Make Shed Home Page" href="http://www.makershed.com/" target="_blank">MakerShed </a>on their <a title="Maker Shed Arduino Page" href="http://www.makershed.com/SearchResults.asp?Cat=43" target="_blank">Arduino </a>page. It really gives you a good idea of what configurations are available, resources for learning the basics, starter kits, I/O modules (including wireless transports), and more.</p>
<p>Here&#8217;s an example from over at MAKEzine: the  Arduino MIDI Touchpad by Collin Cunningham:</p>
<dl id="attachment_92" class="wp-caption aligncenter" style="width: 310px;">
<dt class="wp-caption-dt"> </dt>
</dl>
<p style="text-align: center;"><a title="Colin Cunninghams' most excellent MIDI Arduino Touch Pad" href="http://blog.makezine.com/archive/2008/04/arduino_midi_touchpad.html" target="_blank"><img class="size-medium wp-image-92   aligncenter" title="arduino_midi_touchpad" src="http://www.techroadie.com/wp-content/uploads/2009/10/arduino_midi_touchpad-300x199.jpg" alt="Arduino MIDI Touchpad by Collin Cunningham (from MAKEzine)" width="300" height="199" /></a></p>
</dd>
</dl>
<p style="text-align: left;"><strong>What’s next and an invitation …</strong></p>
<p style="text-align: left;">TechRoadie is planning to start an Arduino project soon. That said, we’re certain that we need to follow our own advice and learn about the options and software, then plan our project. We’ll be investigating and noting our plans here on the site. The invitation is for readers to contact us if they are interested in documenting their project in an article on TechRoadie.</p>
<p style="text-align: left;">The tools are out there that enable the average musician with a technical bent the opportunity to build the device of their dreams. From making simple control or switch boxes to having a physical interface drive a quad-core Mac or PC processing audio, they opportunity is there. Drop us a line and good luck!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/vXu5o0HsfB64hQtvi4DnkAup6K0/0/da"><img src="http://feedads.g.doubleclick.net/~a/vXu5o0HsfB64hQtvi4DnkAup6K0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vXu5o0HsfB64hQtvi4DnkAup6K0/1/da"><img src="http://feedads.g.doubleclick.net/~a/vXu5o0HsfB64hQtvi4DnkAup6K0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/TechRoadie/~4/BWrT99dKkpo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techroadie.com/how-you-can-make-your-dream-midi-or-audio-device-come-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techroadie.com/how-you-can-make-your-dream-midi-or-audio-device-come-true/</feedburner:origLink></item>
		<item>
		<title>MYO (Make Your Own) – Roundup for September 2009</title>
		<link>http://feedproxy.google.com/~r/TechRoadie/~3/KR0U4AIT2mw/</link>
		<comments>http://www.techroadie.com/myo-make-your-own-roundup-for-september-2009/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:03:19 +0000</pubDate>
		<dc:creator>SCP</dc:creator>
				<category><![CDATA[MYO / DIY]]></category>

		<guid isPermaLink="false">http://www.techroadie.com/?p=70</guid>
		<description><![CDATA[September must not only be back-to-school for students, but also back-to-the-workshop for Makers. This month had quite  a few innovative applications for do-it-yourself activity of note. The interest in this topic is built in on over-riding thought, that these sorts of innovations and design can eventually find their way into corporate R&#38;D labs or more [...]]]></description>
			<content:encoded><![CDATA[<p>September must not only be back-to-school for students, but also back-to-the-workshop for Makers. This month had quite  a few innovative applications for do-it-yourself activity of note. </p>
<p>The interest in this topic is built in on over-riding thought, that these sorts of innovations and design can eventually find their way into corporate R&amp;D labs or more importantly (perhaps forgetting about corporations for the moment), they can find their way to commercialization. I think they&#8217;re great opportunities for those interested in technology to see how other inventors are thinking out of the box, solving problems, and developing new paradigms for electronic media devices.</p>
<p>First up this month is a Arduino platform that uses opto sensors, a CD-sized as a platform to hold paper &#8220;player&#8221; rolls, and the Arduino as a three note polyphonic synthesizer:</p>
<p><div class="wp-caption aligncenter" style="width: 510px"><img title="Arduino musical wheel" src="http://farm4.static.flickr.com/3505/3882052293_794fcd5229.jpg" alt="an arduino based three note polyphonic music box" width="500" height="333" /><p class="wp-caption-text">an arduino based three note polyphonic music box</p></div></p>
<p>John, the inventor has a lot of interesting maker projects, as well as Arduino and Atmel processor information and links on his <a title="Link to John Honniball's Home Page" href="http://www.gifford.co.uk/~coredump/make.htm" target="_self">website</a>.</p>
<p>MAKE magazine subscriber <span style="color: #000000;"> </span> Rich Bernett is in the process of creating a series of cigar-box instruments that are driven by small electric actuators. The cigar-boxes act as an audio chamber to amplify the sound (like the chamber in a guitar). Each instrument has a tuned guitar string that is plucked by an electric motor at various speeds. The actuators appear to be cut off cable ties! Very cool, and they have a unique sound &#8211; especially since the strings are plucked at higher rates than a human performer could pluck them.</p>
<p style="text-align: center;">
<p><div id="attachment_73" class="wp-caption aligncenter" style="width: 549px"><a rel="http://blog.makezine.com/archive/2009/09/string-box_played_via_motors.html" href="http://blog.makezine.com/archive/2009/09/string-box_played_via_motors.html"><img class="size-full wp-image-73 " title="Sound Of Machines from MAKE Magazine" src="http://www.techroadie.com/wp-content/uploads/2009/09/SoundOfMachines1.jpg" alt="String-box played via motors" width="539" height="360" /></a><p class="wp-caption-text">String-box played via motors</p></div></p>
<p style="text-align: center;">
<p style="text-align: left;">All bow to the great Pete Edwards of Casper Electronics, who modified a Nintendo Entertainment System to become not only a unique sounding synthesizer, but a device that can generate bizarre video output that corresponds to the bleeps and bloops coming out of the box! There&#8217;s more on the project over at <a title="Modded NES @ MAKE Magazine" href="http://blog.makezine.com/archive/2009/09/nes_patchbay_for_versatile_bending.html?CMP=OTC-0D6B48984890" target="_blank">Make</a>, too.</p>
<p style="text-align: left;">
<p style="padding-left: 60px;"><object style="width: 425px; height: 344px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/kHMf14CHWHI&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" /><param name="align" value="top" /><embed style="width: 425px; height: 344px;" type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/kHMf14CHWHI&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" align="top"></embed></object></p>
<p style="padding-left: 60px;">
<p>Tanner, over at Noystoise crafted this mono synth with quite a few adjustable parameters:</p>
<p style="padding-left: 60px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/8pSV_6mWpQQ&amp;feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/8pSV_6mWpQQ&amp;feature"></embed></object></p>
<p>Tanner has a <a href="http://noystoise.blogspot.com/" target="_blank">blog </a>where he captures his adventures in MYO.</p>
<p>Finally, there&#8217;s a pretty slick guitar looper made made by a DIY&#8217;er. The control inputs are Arduino powered, but they control <a href="http://en.wikipedia.org/wiki/Pure_Data">PureData</a>, an Open Source music and multimedia project developed by the original author of Max, Miller Puckette.</p>
<p style="padding-left: 60px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/C5Pd2MAwsBI&amp;feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/C5Pd2MAwsBI&amp;feature"></embed></object></p>
<p style="text-align: left;">
<p style="text-align: center;">
<p>Like I said, it was a busy month &#8211; there were another 5 or 6 projects that we couldn&#8217;t get to this month. Please post your comments in the comment section and keep giving us feedback about these round ups.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">
<p>September must not only be back-to-school for students, but also back-to-the-workshop for Makers. This month had quite  a few innovative applications for do-it-yourself activity of note.</p>
<p>The interest in this topic is built in on over-riding thought, that these sorts of innovations and design can eventually find their way into corporate R&amp;D labs or more importantly (perhaps forgetting about corporations for the moment), they can find their way to commercialization. I think they&#8217;re great opportunities for those interested in technology to see how other inventors are thinking out of the box, solving problems, and developing new paradigms for electronic media devices.</p>
<p>First up this month is a Arduino platform that uses opto sensors, a CD-sized as a platform to hold paper &#8220;player&#8221; rolls, and the Arduino as a three note polyphonic synthesizer</p></div>

<p><a href="http://feedads.g.doubleclick.net/~a/L52wB0VuPz5Gs6DSWDMS7ShF-ZI/0/da"><img src="http://feedads.g.doubleclick.net/~a/L52wB0VuPz5Gs6DSWDMS7ShF-ZI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/L52wB0VuPz5Gs6DSWDMS7ShF-ZI/1/da"><img src="http://feedads.g.doubleclick.net/~a/L52wB0VuPz5Gs6DSWDMS7ShF-ZI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/TechRoadie/~4/KR0U4AIT2mw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techroadie.com/myo-make-your-own-roundup-for-september-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://www.youtube.com/v/kHMf14CHWHI&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1" length="1111" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/kHMf14CHWHI&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1" fileSize="1111" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>September must not only be back-to-school for students, but also back-to-the-workshop for Makers. This month had quite  a few innovative applications for do-it-yourself activity of note. The interest in this topic is built in on over-riding thought, that </itunes:subtitle><itunes:summary>September must not only be back-to-school for students, but also back-to-the-workshop for Makers. This month had quite  a few innovative applications for do-it-yourself activity of note. The interest in this topic is built in on over-riding thought, that these sorts of innovations and design can eventually find their way into corporate R&amp;#38;D labs or more [...]</itunes:summary><itunes:keywords>MYO / DIY</itunes:keywords><feedburner:origLink>http://www.techroadie.com/myo-make-your-own-roundup-for-september-2009/</feedburner:origLink></item>
		<item>
		<title>How to have an awesome Labor Day weekend – get loaned killer gear!</title>
		<link>http://feedproxy.google.com/~r/TechRoadie/~3/jNudKHxoH1c/</link>
		<comments>http://www.techroadie.com/how-to-have-an-awesome-labor-day-weekend-get-loaned-killer-gear/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 18:04:50 +0000</pubDate>
		<dc:creator>SCP</dc:creator>
				<category><![CDATA[Recording Gear]]></category>

		<guid isPermaLink="false">http://techroadie.com/wordpress/?p=44</guid>
		<description><![CDATA[Arriving just in time for the start of the Labor Day weekend here in Hooterville was a loaner unit from the kind folks at Olympus &#8211; the LS-11 is here! Below is a progressive series of photos of the &#8220;out-of-the-box-experience&#8221; with the recorder, which _might_ be classified as device prOn. Here&#8217;s the LS-11 as it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Arriving just in time for the start of the Labor Day weekend here in Hooterville was a loaner unit from the kind folks at Olympus &#8211; the LS-11 is here! Below is a progressive series of photos of the &#8220;out-of-the-box-experience&#8221; with the recorder, which _might_ be classified as device prOn.</p>
<p style="text-align: left;">Here&#8217;s the LS-11 as it was unpacked from the FedEx box:</p>
<p style="text-align: center;"><img class="size-medium wp-image-54 aligncenter" title="Still in the Box" src="http://techroadie.com/wordpress/wp-content/uploads/2009/09/HPIM1728-300x224.jpg" alt="Still in the Box" width="300" height="224" /></p>
<p style="text-align: left;">The main box is opened. The Recorder comes in one box and the accessories in another.</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-medium wp-image-53 alignnone" title="Main Box Opened" src="http://techroadie.com/wordpress/wp-content/uploads/2009/09/HPIM1729-300x224.jpg" alt="Main Box Opened" width="300" height="224" /></p>
<p style="text-align: left;">Here&#8217;s a shot with all of the goodies shipped with a base Olympus LS-11 &#8211; case, wrist strap, connection cables, manual, quick start guide, warranty case, Cubase LE software and quick start guide, 2 x AA batteries for instant gratification, windcreens for the microphones, and the LS-11 itself.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-52" title="All The Goodies" src="http://techroadie.com/wordpress/wp-content/uploads/2009/09/HPIM1730-300x224.jpg" alt="All The Goodies" width="300" height="224" /></p>
<p style="text-align: center;">
<p style="text-align: left;">Here&#8217;s a show showing the windscreens installed (there is a plastic fitting inside each windscreen that provides a satisfying &#8220;click&#8221; when placed over the microphones), and the LS-11&#8242;s relative size to a pair of AA batteries.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-49" title="Relative Size vs. 2AA Batteries" src="http://techroadie.com/wordpress/wp-content/uploads/2009/09/HPIM1733-300x224.jpg" alt="Relative Size vs. 2AA Batteries" width="300" height="224" /></p>
<p style="text-align: center;">
<p style="text-align: left;">I used the included case to create a &#8220;go bag&#8221; for the LS-11, essentially adding a tiny tripod (in case on left) that I purchase a couple of years ago in Japan.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-58" title="LS-11 &quot;Go Bag&quot;" src="http://techroadie.com/wordpress/wp-content/uploads/2009/09/HPIM1737-300x224.jpg" alt="LS-11 &quot;Go Bag&quot;" width="300" height="224" /></p>
<p style="text-align: left;">
<p style="text-align: left;">Here&#8217;s the unit with the tripod installed. I will experiment with placing a rubber isolation layer between the tripod and LS-11, to see if a difference can be determined when handling and low frequency rumble from the environment are present.</p>
<p style="text-align: center;"><img class="aligncenter size-medium wp-image-59" title="Tripod Installed" src="http://techroadie.com/wordpress/wp-content/uploads/2009/09/HPIM1738-300x224.jpg" alt="Tripod Installed" width="300" height="224" /></p>
<p style="text-align: left;">
<p style="text-align: left;">That&#8217;s it for now! The experiments start this week. I plan to do several environmental recordings, so spoken word recordings via interviews at CEDIA, and instrumental flute rehearsal recordings.</p>
<p style="text-align: center;"><img src="file:///F:/DCIM/100HP817/HPIM1728.JPG" alt="" /></p>
<p style="text-align: center;"><img src="file:///F:/DCIM/100HP817/HPIM1728.JPG" alt="" /></p>

<p><a href="http://feedads.g.doubleclick.net/~a/48JEccVnHidYhbgL6FzjmYlhJ2c/0/da"><img src="http://feedads.g.doubleclick.net/~a/48JEccVnHidYhbgL6FzjmYlhJ2c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/48JEccVnHidYhbgL6FzjmYlhJ2c/1/da"><img src="http://feedads.g.doubleclick.net/~a/48JEccVnHidYhbgL6FzjmYlhJ2c/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/TechRoadie/~4/jNudKHxoH1c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techroadie.com/how-to-have-an-awesome-labor-day-weekend-get-loaned-killer-gear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techroadie.com/how-to-have-an-awesome-labor-day-weekend-get-loaned-killer-gear/</feedburner:origLink></item>
		<item>
		<title>MYO (Make Your Own) Round-up – July &amp; August 2009</title>
		<link>http://feedproxy.google.com/~r/TechRoadie/~3/25CmSD4AlnA/</link>
		<comments>http://www.techroadie.com/myo-make-your-own-round-up-july-august-2009/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:59:18 +0000</pubDate>
		<dc:creator>SCP</dc:creator>
				<category><![CDATA[MYO / DIY]]></category>

		<guid isPermaLink="false">http://techroadie.com/wordpress/?p=27</guid>
		<description><![CDATA[Over the years it&#8217;s been clear that there is a great source of innovation in the Make-Your-Own / Hacker / Independent Problem Solver community &#8211; especially in audio. With the general availability of Arduino modules, things recently have been happening at a frantic pace in the DIY/MYO world. What is Arduino? According to the website, [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years it&#8217;s been clear that there is a great source of innovation in the Make-Your-Own / Hacker / Independent Problem Solver community &#8211; especially in audio. With the general availability of <a title="Arduino Home Page" href="http://www.arduino.cc/" target="_blank">Arduino </a>modules, things recently have been happening at a frantic pace in the DIY/MYO world.</p>
<p>What is Arduino? According to the website, &#8220;Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It&#8217;s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.&#8221; Software can be added to the project boards via the downloadable development environment. The programs generated in that environment can connect to Flash, Processing, and important for musicians, MaxMSP. Theoretically you could develop modules that interact with Max that can control the rest of your music making set up.</p>
<p>Now, not everything we review in this session of the MYO Round-up will be Arduino based, but as a MYO technology trend, Arduino is definitely a hot item. So, let&#8217;s take a look at what was announced and discovered in July and August.</p>
<p>First up is a non-Arduino design. An electric homemade kalimba, with extra bassy sound characteristics.</p>
<p><CENTER><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/rnNoZDE6jlA&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/rnNoZDE6jlA&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
</CENTER><br />
The Kalimba is made from a wooden project box and spare parts, but the magic started when a single coil pickup was mounted underneath the tines.</p>
<p>Second up is a <a title="Link to kit on Ladyada" href="http://www.ladyada.net/make/waveshield/index.html">Record and Playback library for AdaFruit WaveShield</a>.</p>
<p><CENTER><br />
<img src="http://farm3.static.flickr.com/2334/2486494419_b0fa3cbe0c_b.jpg" alt="Picture of the WaveShield Kit" WIDTH=50%/><br />
</CENTER></p>
<p>While this isn&#8217;t a quick, inexpensive means to get to an iPod, this solution can play any uncompressed 22KHz, 16bit, mono WAV files of any size, making it suitable for background music, spoken word, or sound effect playback. So, a battery of these would make an awesome haunted house, provide voice-overs at art galleries, or play a looping soundtrack in waiting room. There&#8217;s a demo video showing it&#8217;s capabilities as well.</p>
<p><CENTER><br />
<embed src="http://blip.tv/play/g4Fgt54Whq8E%2Em4v" type="application/x-shockwave-flash" width="550" height="412" allowscriptaccess="always" allowfullscreen="true"></embed></CENTER></p>
<p>Finally, for this post, an Arduino controls a Morley Big Muff Pi in ways never done before &#8211; using a wavetable look up to control the amount of distortion. By using ramp, sine, and square waves generated on the Arduino to sweep the amount of distortion, you can a dynamic distortion that you probably haven&#8217;t heard before. The idea is rockin&#8217; &#8211; but could use more controls, like speed and depth in addition to the waveform change.</p>
<p><CENTER><br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/_X0bL6WS-VY&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_X0bL6WS-VY&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><br />
</CENTER><br />
<br />
Let me know your thoughts on these round ups. There are plenty of innovations happening in this area of geekdom. I&#8217;m thinking of how I can apply Arduino technology myself. I&#8217;d love to have the control capabilities that the microcontroller offers on its own, but the possibility to tie that into a computer interface make it even more intriguing.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/QqDU9RCUTsrfws-j35H9Wa-BqxY/0/da"><img src="http://feedads.g.doubleclick.net/~a/QqDU9RCUTsrfws-j35H9Wa-BqxY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QqDU9RCUTsrfws-j35H9Wa-BqxY/1/da"><img src="http://feedads.g.doubleclick.net/~a/QqDU9RCUTsrfws-j35H9Wa-BqxY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/TechRoadie/~4/25CmSD4AlnA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techroadie.com/myo-make-your-own-round-up-july-august-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://www.youtube.com/v/rnNoZDE6jlA&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1" length="1062" type="application/x-shockwave-flash" /><media:content url="http://www.youtube.com/v/rnNoZDE6jlA&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1" fileSize="1062" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Over the years it&amp;#8217;s been clear that there is a great source of innovation in the Make-Your-Own / Hacker / Independent Problem Solver community &amp;#8211; especially in audio. With the general availability of Arduino modules, things recently have been h</itunes:subtitle><itunes:summary>Over the years it&amp;#8217;s been clear that there is a great source of innovation in the Make-Your-Own / Hacker / Independent Problem Solver community &amp;#8211; especially in audio. With the general availability of Arduino modules, things recently have been happening at a frantic pace in the DIY/MYO world. What is Arduino? According to the website, [...]</itunes:summary><itunes:keywords>MYO / DIY</itunes:keywords><feedburner:origLink>http://www.techroadie.com/myo-make-your-own-round-up-july-august-2009/</feedburner:origLink></item>
		<item>
		<title>New at NAMM: Portable Solid State Recording from Sony &amp; Olympus</title>
		<link>http://feedproxy.google.com/~r/TechRoadie/~3/SjVkExGwSSc/</link>
		<comments>http://www.techroadie.com/intro_portable_solid_state_recording/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 23:59:09 +0000</pubDate>
		<dc:creator>SCP</dc:creator>
				<category><![CDATA[Recording Gear]]></category>

		<guid isPermaLink="false">http://techroadie.com/wordpress/17/</guid>
		<description><![CDATA[An initial comparison of two new solid state portable audio recorders]]></description>
			<content:encoded><![CDATA[<p>Whilst (I love using that word) at the NAMM how in July in Nashville, TN, I had the opportunity to examine and compare two potential field recording devices. I compared the Sony PCM-M10 Linear PCM Recorder with the Olympus LS-11 Linear PCM Recorder. Neither were available for a field test, but I did get to see and touch both of them. Both are estimated to cost $399 USD.</p>
<p><img class="size-medium wp-image-18 alignright" title="Sony PCM-M10" src="http://techroadie.com/wordpress/wp-content/uploads/2009/08/PCM-M101-187x300.png" alt="PCM-M10" width="187" height="300" />The Sony physically is shorter and wider (around 4.5 inches x 2.5 inches) than the Olympus (around 5.25 inches x 1.75 inches). Both units feature interesting industrial design, the Olympus team opting for clear definition on the condenser microphones. The displays are virtually identical, featuring VU meters, transport state, record time and battery status.</p>
<p>Here is a side-by-side feature comparison:</p>
<table border="1" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td width="197" valign="top">
<p style="text-align: center;">Feature</p>
</td>
<td width="197" valign="top">
<p align="center">Sony PCM-M10</p>
</td>
<td width="197" valign="top">
<p align="center">Olympus LS-11</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">WAV &amp; MP3 Format</p>
</td>
<td width="197" valign="top">
<p align="center">√</p>
</td>
<td width="197" valign="top">
<p align="center">√</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">Media Format</p>
</td>
<td width="197" valign="top">
<p align="center">Micro SD / Memory Stick Micro</p>
</td>
<td width="197" valign="top">
<p align="center">Full Size SD</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">Power Supply</p>
</td>
<td width="197" valign="top">
<p align="center">“AA” + NiMH</p>
</td>
<td width="197" valign="top">
<p align="center">“AA”+ NiMH</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">Battery Life</p>
</td>
<td width="197" valign="top">
<p align="center">14 Hours</p>
</td>
<td width="197" valign="top">
<p align="center">23 Hours</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">USB Transfer of Recordings</p>
</td>
<td width="197" valign="top">
<p align="center">√</p>
</td>
<td width="197" valign="top">
<p align="center">√</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">Editing Software</p>
</td>
<td width="197" valign="top">
<p align="center">SoundForge</p>
</td>
<td width="197" valign="top">
<p align="center">Cubase LE4</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">Headphone, Mic, Line In</p>
</td>
<td width="197" valign="top">
<p align="center">√</p>
</td>
<td width="197" valign="top">
<p align="center">√</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">On Board Memory</p>
</td>
<td width="197" valign="top">
<p align="center">4GB</p>
</td>
<td width="197" valign="top">
<p align="center">8GB</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p align="center">Other Notes</p>
</td>
<td width="197" valign="top">Wired Remote Included</p>
<p>5 second Pre-record Buffer</p>
<p>Digital Pitch Control</p>
<p>Built-in Recording Limiter</td>
<td width="197" valign="top">
<p style="text-align: left;">Wireless Remote Optional</p>
</td>
</tr>
</tbody>
</table>
<p>My initial thoughts: I don’t want a wired remote. Recording time is paramount to me. The Olympus wins given battery life, fully size SD compatibility, and recording time. The Olympus also has an optional “Windjammer” windscreen, camera tripod mounting compatibility, and several microphone options. I couldn’t find data on the options for the Sony.</p>
<p><img class="size-medium wp-image-20 alignleft" title="Olympus LS-11" src="http://techroadie.com/wordpress/wp-content/uploads/2009/08/LS-11__sideLe_XL1-216x300.PNG" alt="Olympus LS-11" width="216" height="300" /> <span style="text-decoration: line-through;">That said, I’m concerned (and have inquiries into Olympus) about the lack of a recording limiter. I could not find anything in the specification sheet nor on the website the talks about this. This feature could make the product difficult to use when a quick capture opportunity presents itself. I’d have to have a whole recording be distorted. The literature does mention an automatic level control, but that can compromise recording quality, as it changes the level of the entire recording, not just the peaks like a limiter.</span></p>
<p><strong>Update:</strong> I have spoken with a Product Manager at Olympus about limiting and auto-level options on the LS-11 and confirmed that the device features both. The limiter has both an &#8220;auto&#8221; and &#8220;manual&#8221; setting, adjustable by the recording level dial on the side of the recorder.</p>
<p>As far as I understand it, however, neither product is complete. The both will ship this Fall. I’m going to make every attempt to get both units for evaluation and review.</p>
<p>I can’t wait to sell my MiniDisk recorder and get my hands on one of these devices!</p>
<p><strong>PS: </strong>I will hopefully be getting a demo unit of the Olympus device sometime soon. Plan on seeing demos and applications on TechRoadie!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/kZyzmIAaEIr9WBvmuhvUCgg1Q78/0/da"><img src="http://feedads.g.doubleclick.net/~a/kZyzmIAaEIr9WBvmuhvUCgg1Q78/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kZyzmIAaEIr9WBvmuhvUCgg1Q78/1/da"><img src="http://feedads.g.doubleclick.net/~a/kZyzmIAaEIr9WBvmuhvUCgg1Q78/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/TechRoadie/~4/SjVkExGwSSc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techroadie.com/intro_portable_solid_state_recording/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techroadie.com/intro_portable_solid_state_recording/</feedburner:origLink></item>
		<item>
		<title>Welcome to TechRoadie!</title>
		<link>http://feedproxy.google.com/~r/TechRoadie/~3/clX3QtgFOt0/</link>
		<comments>http://www.techroadie.com/welcome-to-techroadie/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 21:25:39 +0000</pubDate>
		<dc:creator>SCP</dc:creator>
				<category><![CDATA[Mission]]></category>

		<guid isPermaLink="false">http://techroadie.com/wordpress/?p=1</guid>
		<description><![CDATA[Hi! Welcome to TechRoadie. I&#8217;ve had 20+ years of experience delving deep into hardware and software development for audio products &#8211; both consumer and professional. I continue to monitor new technologies and wanted to create venue for sharing my insights into this corner of the consumer marketplace. I suppose I should get official and state [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>Welcome to TechRoadie.</p>
<p>I&#8217;ve had 20+ years of experience delving deep into hardware and software development for audio products &#8211; both consumer and professional. I continue to monitor new technologies and wanted to create venue for sharing my insights into this corner of the consumer marketplace.</p>
<p>I suppose I should get official and state TechRoadie&#8217;s <em>Mission Statement:</em></p>
<p><strong>TechRoadie&#8217;s Mission is to monitor and report on technologies and trends related to professional and consumer audio and multimedia products and devices. In particular, TechRoadie will focus on Embedded Software Development &amp; Tools (including Signal Processing), Hardware Components (both groundbreaking and commodity), and Breakthrough Innovations in the market space.</strong></p>
<p>A bit long winded, but there it is.</p>
<p>I suppose I should also state that:</p>
<p><em>I reserve the right to re-direct this mission at any time, but I can&#8217;t forsee doing that too often, and it shouldn&#8217;t diverge that much from the original mission.</em></p>
<p>I&#8217;d start a new blog if it were that different.</p>
<p>Please join us as we examine consumer electronics technologies. I look forward to building an active community in the comments sections &#8211; so feel free!</p>
<p><strong><br />
</strong></p>

<p><a href="http://feedads.g.doubleclick.net/~a/AlGKYmNUFFspHhsQc4lS2Gbxvws/0/da"><img src="http://feedads.g.doubleclick.net/~a/AlGKYmNUFFspHhsQc4lS2Gbxvws/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AlGKYmNUFFspHhsQc4lS2Gbxvws/1/da"><img src="http://feedads.g.doubleclick.net/~a/AlGKYmNUFFspHhsQc4lS2Gbxvws/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/TechRoadie/~4/clX3QtgFOt0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.techroadie.com/welcome-to-techroadie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techroadie.com/welcome-to-techroadie/</feedburner:origLink></item>
	<media:rating>nonadult</media:rating></channel>
</rss><!-- Dynamic page generated in 0.291 seconds. --><!-- Cached page generated by WP-Super-Cache on 2011-10-11 21:28:52 -->

