<?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>TechRoadie&#187; MYO / DIY</title>
	<atom:link href="http://www.techroadie.com/category/myo-diy/feed/" rel="self" type="application/rss+xml" />
	<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>
		<item>
		<title>How you can make your dream MIDI or Audio Device come true</title>
		<link>http://www.techroadie.com/how-you-can-make-your-dream-midi-or-audio-device-come-true/</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>
]]></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>
		</item>
		<item>
		<title>MYO (Make Your Own) &#8211; Roundup for September 2009</title>
		<link>http://www.techroadie.com/myo-make-your-own-roundup-for-september-2009/</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>
]]></content:encoded>
			<wfw:commentRss>http://www.techroadie.com/myo-make-your-own-roundup-for-september-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MYO (Make Your Own) Round-up &#8211; July &amp; August 2009</title>
		<link>http://www.techroadie.com/myo-make-your-own-round-up-july-august-2009/</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>
]]></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>
		</item>
	</channel>
</rss>

