<?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>PyroElectro - News, Projects &#38; Tutorials &#187; music</title>
	<atom:link href="http://www.pyroelectro.com/category/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pyroelectro.com</link>
	<description>PyroElectro.com brings you cool projects &#38; tutorials that you can do at home.</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:15:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SudoGlove Hardware Controller</title>
		<link>http://www.pyroelectro.com/2012/02/01/sudoglove-hardware-controller/</link>
		<comments>http://www.pyroelectro.com/2012/02/01/sudoglove-hardware-controller/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 20:55:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[interface]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[sensors]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=3962</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/sdlgvodjfke.jpg" /></div></div><i>&ldquo;The SudoGlove is a gesture controller that can be easily interfaced with hardware or software via a wireless connection. The glove implements an array of sensors plus filtering circuitry and mathematical analysis firmware to derive state values for each sensor and transmits them to an authorized receiver. I have used the glove to drive an RC car, to synthesize music, to manipulate openGL video, to control arbitrary processing software, and to control performance lighting effects.&rdquo;</i><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_2.jpg"></center></div><div class="article_link"><a href="http://www.jeremyblum.com/portfolio/sudoglove-hardware-controller/">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2012/02/01/sudoglove-hardware-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FPGA Audio Peak and Correlation Meter</title>
		<link>http://www.pyroelectro.com/2011/12/29/fpga-audio-peak-and-correlation-meter/</link>
		<comments>http://www.pyroelectro.com/2011/12/29/fpga-audio-peak-and-correlation-meter/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 22:15:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=3703</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/pfslkrtga.jpg" /></div></div><i>&ldquo;I started this project more to gather some experience with FPGAs, rather than to design or own such a device, but it ultimately developed into a complete design, consisting of several boards.&rdquo;</i><br /><br />
The design is not over complicated and it's a great example of how a simple FPGA project can turn into a useful tool for audio processing.
<br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_2.jpg"></center></div><div class="article_link"><a href="http://www.beis.de/Elektronik/DPLCM/DPLCM.html">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/12/29/fpga-audio-peak-and-correlation-meter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYMC: Album Artwork</title>
		<link>http://www.pyroelectro.com/2011/12/01/taming-your-music-collection-album-artwork/</link>
		<comments>http://www.pyroelectro.com/2011/12/01/taming-your-music-collection-album-artwork/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 18:00:30 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=3471</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/hcflrrrt.jpg" /></div></div><i>&ldquo;In this article we are going to use the Last.fm web service to grab the last piece of data we need to make our music collection perfect: the album artwork. We're going to use the same techniques we've used in <a href="http://www.pyroelectro.com/tutorials/mp3-tags-1/"><b>the</b></a> <a href="http://www.pyroelectro.com/tutorials/mp3-tags-2/"><b>past</b></a> <a href="http://www.pyroelectro.com/tutorials/mp3-tags-3/"><b>articles</b></a> to expand the functionality of our application to do something new. With the concepts we employed in the previous articles, the possibilities are nearly limitless.&rdquo;</i><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_3.jpg"></center></div><div class="article_link"><a href="http://www.pyroelectro.com/tutorials/mp3-tags-4/">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/12/01/taming-your-music-collection-album-artwork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shruthi-1 &#8211; Mutable Instruments</title>
		<link>http://www.pyroelectro.com/2011/11/12/shruthi-1-mutable-instruments/</link>
		<comments>http://www.pyroelectro.com/2011/11/12/shruthi-1-mutable-instruments/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 18:00:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=3313</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/blkmtdble.jpg" /></div></div><i>&ldquo;The Shruthi-1 is a hybrid digital/analog monosynth. Its hardware design is deceptively simple, but the sonic range is wide: sometimes grungily digital like a PPG-Wave, fat and funky like a SH-101, videogame-y like a Commodore 64, weird and warm like an ESQ-1 ; but more often than not, truly original.&rdquo;</i><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_2.jpg"></center></div><div class="article_link"><a href="http://mutable-instruments.net/shruthi1b">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/11/12/shruthi-1-mutable-instruments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Morse Code Keyer In VHDL</title>
		<link>http://www.pyroelectro.com/2011/11/11/a-morse-code-keyer-in-vhdl/</link>
		<comments>http://www.pyroelectro.com/2011/11/11/a-morse-code-keyer-in-vhdl/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 18:00:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=3322</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/msrdeco.jpg" /></div></div>This VHDL morse code keyer is written in VHDL by Jim Brady. He has posted the source (for a Xilinx Spartan 3A). He also posted his vintage keyer designs from the 1960's and 1970's. A nice throw back using some modern tech.<br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://skywired.net/blog/2011/08/a-morse-code-keyer-in-vhdl/">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/11/11/a-morse-code-keyer-in-vhdl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TYMC: File Structure</title>
		<link>http://www.pyroelectro.com/2011/11/03/taming-your-music-collection-file-structure/</link>
		<comments>http://www.pyroelectro.com/2011/11/03/taming-your-music-collection-file-structure/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 18:00:44 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=3284</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/flcht.jpg" /></div></div><i>&ldquo;This article will be the first in a series of software articles describing the process of organizing your music collection. I’ve decided to write the application in Python for a number of reasons: I’ve never used Python myself, Python has modules for reading and writing mp3 tags, and Python is easy to install and configure.&rdquo;</i><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_3.jpg"></center></div><div class="article_link"><a href="http://www.pyroelectro.com/tutorials/mp3-tags-1/">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/11/03/taming-your-music-collection-file-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Sound Level Meter</title>
		<link>http://www.pyroelectro.com/2011/10/24/digital-sound-level-meter/</link>
		<comments>http://www.pyroelectro.com/2011/10/24/digital-sound-level-meter/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 18:00:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=3160</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/sndmatreg.jpg" /></div></div><i>&ldquo;This circuit is a digital sound level meter with a LCD screen, capable of displaying 80 characters (4 rows with 20 characters on each). You can build this LCD display. It also provides more debugging information, such as the minimum and maximum analog-to-digital samples that were measured during each period.&rdquo;</i><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://1stcircuits.blogspot.com/2009/12/digital-sound-level-meter.html">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/10/24/digital-sound-level-meter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phantom-powered XY Mic</title>
		<link>http://www.pyroelectro.com/2011/10/08/phantom-powered-xy-mic/</link>
		<comments>http://www.pyroelectro.com/2011/10/08/phantom-powered-xy-mic/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 18:00:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=2980</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/ptxmcyrhn.jpg" /></div></div>Don't let the phantom power scare you away, this mic is powered by the music flowing into it.<br />
<i>&ldquo;The circuit is constructed on a Radio Shack Multipurpose PC Board (Cat # 276-150) which has been modified by snapping off about 1/2" of its length to provide clearance for the two DIN sockets.&rdquo;</i><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_2.jpg"></center></div><div class="article_link"><a href="http://www.mp3forkidz.com/mic/phantxy.html">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/10/08/phantom-powered-xy-mic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LED Sensor Piano Keyboard</title>
		<link>http://www.pyroelectro.com/2011/09/16/led-sensor-piano-keyboard/</link>
		<comments>http://www.pyroelectro.com/2011/09/16/led-sensor-piano-keyboard/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 19:39:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=2837</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/pnadlejf.jpg" /></div></div>Building a digital piano is actually not as difficult as you might think. This article explains how to build a mini digital piano that can play tones across a single octave. An AVR microcontroller does all the intelligent processing and tone output and some LEDs are used to provide input from the musician. The article has all the hardware, software and theory explained.<br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2009/cgg27_jpv23/cgg27_jpv23/webpagef.htm">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/09/16/led-sensor-piano-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wind Harp</title>
		<link>http://www.pyroelectro.com/2011/08/21/wind-harp/</link>
		<comments>http://www.pyroelectro.com/2011/08/21/wind-harp/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 20:50:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=2657</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/whrndipa.jpg" /></div></div>A project for you music lovers:<br /><i>"The wind harp was displayed at Maker Faire and Robogames during 2008.  A fan was placed nearby to blow across the strings to make it play.  Visitors to my display can change the wind patterns to the harp by blocking the air stream and make it play differently."</i><br />The article has a pdf of the hardware schematic and construction photos.<br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://home.comcast.net/~botronics/mfharp.html">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/08/21/wind-harp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

