<?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>Haris Ali</title>
	<atom:link href="http://www.syedharisali.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.syedharisali.com</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 06:16:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Audio Filter Design</title>
		<link>http://www.syedharisali.com/?p=448&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=448#comments</comments>
		<pubDate>Wed, 07 Dec 2011 23:57:35 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[allpass]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[audio c++]]></category>
		<category><![CDATA[audio filter]]></category>
		<category><![CDATA[audio interactivity]]></category>
		<category><![CDATA[audio programming]]></category>
		<category><![CDATA[audio user interface]]></category>
		<category><![CDATA[bandpass]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[filter design]]></category>
		<category><![CDATA[Haris Ali]]></category>
		<category><![CDATA[highpass]]></category>
		<category><![CDATA[highshelf]]></category>
		<category><![CDATA[lowpass]]></category>
		<category><![CDATA[lowshelf]]></category>
		<category><![CDATA[music filter]]></category>
		<category><![CDATA[notch]]></category>
		<category><![CDATA[openframeworks]]></category>
		<category><![CDATA[peaking EQ]]></category>
		<category><![CDATA[sound programming]]></category>
		<category><![CDATA[syed haris ali]]></category>
		<category><![CDATA[UI design]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=448</guid>
		<description><![CDATA[<p> Programmed in C++ using openFrameworks and ofxFft. In this project I created an application to allow users to interact with 9 different audio filters (Lowpass, Highpass, Bandpass 1 (0 db gain), Bandpass 2 (Normalized gain), Notch, Allpass, Peaking EQ, Lowshelf, and Highshelf). I designed all my own UI elements and created my own methods to [...]</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.syedharisali.com/wp-content/uploads/2011/12/Filter-Design-Thumbnail.png" rel="prettyPhoto[448]"><img class="size-full wp-image-419 alignleft" style="border-width: 1px; border-color: black; border-style: solid;" title="Filter Design Thumbnail" src="http://www.syedharisali.com/wp-content/uploads/2011/12/Filter-Design-Thumbnail.png" alt="" width="164" height="156" /></a> Programmed in C++ using openFrameworks and ofxFft.</p>
<p style="text-align: left;">In this project I created an application to allow users to interact with 9 different audio filters (Lowpass, Highpass, Bandpass 1 (0 db gain), Bandpass 2 (Normalized gain), Notch, Allpass, Peaking EQ, Lowshelf, and Highshelf). I designed all my own UI elements and created my own methods to filter the audio stream in real-time. For more information check out <a title="Filter Design" href="http://www.syedharisali.com/?page_id=415">the full post</a>.<br />
<a href="http://www.syedharisali.com/wp-content/uploads/2011/12/Full-Application.png" rel="prettyPhoto[448]"><img class="size-full wp-image-421 alignnone" title="Full Application" src="http://www.syedharisali.com/wp-content/uploads/2011/12/Full-Application.png" alt="" width="640" height="480" /></a></p>
<p><strong>Filter Design:</strong><br />
The filters were designed using a 2nd order feedback equation with an adjustable Q-factor to allow the user to specify the bandwidth of the filter&#8217;s falloff (lower Q = wider bandwidth, higher Q = narrower bandwidth). With a medium/high Q-factor the very characteristic frequency-sweep can be heard when sweeping the frequency cutoff slider low to high.<br />
<iframe width="642" height="362" frameborder="0" src="http://player.vimeo.com/video/33312231?title=0&amp;byline=0&amp;portrait=0"></iframe></p>
<p><strong>Audio Recording / Playback:</strong><br />
Instead of manipulating the live stream of audio coming into the microphone I instead programmed a history buffer that records and playbacks 15 seconds of audio. Once the audio has been recorded and is being played back the user can scroll back and forth through the audio by clicking and dragging inside the audio waveform box (easiest seen in the demo videos below).<br />
<iframe width="640" height="361" frameborder="0" src="http://player.vimeo.com/video/33311907?title=0&amp;byline=0&amp;portrait=0"></iframe></p>
<p><a title="Filter Design" href="http://www.syedharisali.com/?page_id=415">Read more…(text, the application, and photos)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=448</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AM/FM Synthesis with a LP Filter</title>
		<link>http://www.syedharisali.com/?p=362&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=362#comments</comments>
		<pubDate>Fri, 11 Nov 2011 21:20:21 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AM]]></category>
		<category><![CDATA[am modulation]]></category>
		<category><![CDATA[audio programming]]></category>
		<category><![CDATA[c++ audio]]></category>
		<category><![CDATA[FM]]></category>
		<category><![CDATA[FM modulation]]></category>
		<category><![CDATA[Haris Ali]]></category>
		<category><![CDATA[LFO]]></category>
		<category><![CDATA[low frequency oscillator]]></category>
		<category><![CDATA[ofxFft]]></category>
		<category><![CDATA[openframeworks]]></category>
		<category><![CDATA[realtime audio streaming]]></category>
		<category><![CDATA[sine wave]]></category>
		<category><![CDATA[syed haris ali]]></category>
		<category><![CDATA[synthesizer]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[user interface audio]]></category>
		<category><![CDATA[waveform synthesis]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=362</guid>
		<description><![CDATA[<p>Programmed in C++ using openFrameworks and ofxFft. In this program I explored Frequency and Amplitude Modulation and their applications to audio programming and DSP. Users can modify the frequencies of the initial sine, FM, and AM waveforms to output all sorts of crazy tones. In addition, I used ofxFft to do the frequency domain plotting [...]</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.syedharisali.com/wp-content/uploads/2011/11/Screen-shot-2011-11-11-at-12.52.46-PM.png" rel="prettyPhoto[362]"><img class="alignleft size-full wp-image-380" style="border-width: 1px; border-color: black; border-style: solid;" title="Screen shot 2011-11-11 at 12.52.46 PM" src="http://www.syedharisali.com/wp-content/uploads/2011/11/Screen-shot-2011-11-11-at-12.52.46-PM.png" alt="" width="164" height="156" /></a>Programmed in C++ using openFrameworks and ofxFft.</p>
<p>In this program I explored Frequency and Amplitude Modulation and their applications to audio programming and DSP. Users can modify the frequencies of the initial sine, FM, and AM waveforms to output all sorts of crazy tones. In addition, I used ofxFft to do the frequency domain plotting and visualization. For this project I wanted anyone using this app to be able to understand exactly what is happening in the frequency domain when we modulate a signal&#8217;s amplitude and phase. The end result is actually quite aesthetically pleasing, though I didn&#8217;t round the frequencies to note values as in my last program. I&#8217;ve completely switched over from Matlab to C++ and openFrameworks for my music and audio algorithmic prototyping and programming.</p>
<p>Here&#8217;s how it works:</p>
<p><iframe width="640" height="360" frameborder="1" src="http://player.vimeo.com/video/31974240?title=0&amp;byline=0&amp;portrait=0"></iframe></p>
<p>FM Modulation:<br />
This technique works really well for low frequency oscillation (LFO) and creating tones with rich harmonic spectrums using only 2 sine waves!</p>
<p>AM Modulation:<br />
This technique works really well for tremolo effects at low frequencies and, like FM modulation, works great to generate harmonically interesting tones at higher frequencies.</p>
<p>Low Pass Filter:<br />
I also designed and programmed a 2-pole low pass filter to allow the user to get rid of some of the higher frequencies above the LP cutoff. Depending on the relationship between the phases of the FM, AM, and initial waveforms the higher frequencies components can have a piercing quality to them.</p>
<p><a title="AM/FM Synthesis with an LP Filter" href="http://www.syedharisali.com/?page_id=366">Read more&#8230;(text, the application, and photos)</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=362</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waveform Synthesis (openFrameworks, C++)</title>
		<link>http://www.syedharisali.com/?p=341&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=341#comments</comments>
		<pubDate>Wed, 14 Sep 2011 04:29:32 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[audio programming]]></category>
		<category><![CDATA[c++ audio]]></category>
		<category><![CDATA[Haris Ali]]></category>
		<category><![CDATA[openframeworks]]></category>
		<category><![CDATA[realtime audio streaming]]></category>
		<category><![CDATA[sawtooth]]></category>
		<category><![CDATA[sawtooth wave]]></category>
		<category><![CDATA[sine]]></category>
		<category><![CDATA[sine wave]]></category>
		<category><![CDATA[square]]></category>
		<category><![CDATA[square wave]]></category>
		<category><![CDATA[syed haris ali]]></category>
		<category><![CDATA[synthesizer]]></category>
		<category><![CDATA[triangle]]></category>
		<category><![CDATA[triangle wave]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[user interface audio]]></category>
		<category><![CDATA[waveform synthesis]]></category>
		<category><![CDATA[white noise generator]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=341</guid>
		<description><![CDATA[<p>In this application I generated various waveforms (sine, sawtooth, square, triangle, and white noise) in C++ using openFrameworks. The goal of this was to better understand how audio travels through the computer and take a step back to better understand the base waveforms before diving into more complex applications using variations of these waveforms in [...]</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.syedharisali.com/wp-content/uploads/2011/09/Screen-shot-2011-09-13-at-6.54.51-PM.png" rel="prettyPhoto[341]"><img class="alignleft size-full wp-image-334" style="border-width: 1px; border-color: black; border-style: solid;" title="Screen shot 2011-09-13 at 6.54.51 PM" src="http://www.syedharisali.com/wp-content/uploads/2011/09/Screen-shot-2011-09-13-at-6.54.51-PM.png" alt="" width="170" height="168" /></a>In this application I generated various waveforms (sine, sawtooth, square, triangle, and white noise) in C++ using openFrameworks. The goal of this was to better understand how audio travels through the computer and take a step back to better understand the base waveforms before diving into more complex applications using variations of these waveforms in additive, FM, and PM synthesis. I also gained a better grasp of UI design and real-time streaming of arrays of values. For the novice audio programmer this would be my recommended starting point to make practical sense of sound buffers, interleaved arrays (left and right channels), and synthesizer basics.</p>
<p>Here&#8217;s a screenshot showing the actual generation of the waveforms using phases.<br />
<a href="http://www.syedharisali.com/wp-content/uploads/2011/09/Waveform-Synthesis-Code-Screenshot.png" rel="prettyPhoto[341]"><img class="alignleft size-full wp-image-347" style="border-width: 1px; border-color: black; border-style: solid;" title="Waveform Synthesis Code Screenshot" src="http://www.syedharisali.com/wp-content/uploads/2011/09/Waveform-Synthesis-Code-Screenshot.png" alt="" width="640" height="568" /></a></p>
<p>Here&#8217;s a video of the user interface:<br />
<iframe width="640" height="480" frameborder="0" src="http://player.vimeo.com/video/30095331?title=0&amp;byline=0&amp;portrait=0"></iframe></p>
<p>Below is the final application you can download and play with. You will only be able to use it if you are using a Mac&#8230;</p>
<p><a title="Waveform Synthesis (openFrameworks, C++)" href="http://www.syedharisali.com/?page_id=315">Read more&#8230;(text, the application, and photos)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=341</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bottle Mutilation</title>
		<link>http://www.syedharisali.com/?p=301&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=301#comments</comments>
		<pubDate>Sun, 04 Sep 2011 22:51:39 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=301</guid>
		<description><![CDATA[<p>Dubstep. &#8220;This is me mutilating a plastic bottle.&#8221; – The inspiration behind this piece (originally a slate in one of my Foley tracks for my upcoming Watchmen sound re-design trailer). I found a lot of my previous dubstep songs were lacking with excitement, depth, and a balanced frequency spectrum. Hence, I&#8217;ve worked especially hard in creating [...]</p>
]]></description>
				<content:encoded><![CDATA[<p>Dubstep.</p>
<p>&#8220;This is me mutilating a plastic bottle.&#8221; – The inspiration behind this piece (originally a slate in one of my Foley tracks for my upcoming Watchmen sound re-design trailer). I found a lot of my previous dubstep songs were lacking with excitement, depth, and a balanced frequency spectrum. Hence, I&#8217;ve worked especially hard in creating a multi-layered bassline using Massive to fix this problem. Also, I&#8217;ve used many of my own sound effects that I&#8217;ve been developing for my next trailer including glass breaking, watermelon explosions, car sounds, and, of course, a bottle getting the hell squeezed out of it. I included a couple of the sound effects underneath the main piece to give a little breakdown of the various parts. Enjoy!</p>
<p><strong>Bottle Mutilation </strong></p>
<p><object width="100%" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F22603024&amp;show_comments=true&amp;auto_play=false&amp;color=c34a00" /><embed width="100%" height="81" type="application/x-shockwave-flash" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F22603024&amp;show_comments=true&amp;auto_play=false&amp;color=c34a00" allowscriptaccess="always" /> </object></p>
<p><a href="http://www.syedharisali.com/?page_id=291"> Read more&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=301</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tangled &#8211; Foley and Sound Re-Design</title>
		<link>http://www.syedharisali.com/?p=178&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=178#comments</comments>
		<pubDate>Mon, 22 Aug 2011 18:58:51 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=178</guid>
		<description><![CDATA[<p>I recently took the trailer of Tangled and redid the sounds in my own style to explore sound design in regard to film and other visual media. This was a wonderful experience and I will be doing one or two more movie/game/animation trailers to show off some more of my sounds and processing techniques.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.syedharisali.com/wp-content/uploads/2011/08/Screen-shot-2011-08-23-at-2.27.42-PM.png"><br />
</a>I recently took the trailer of Tangled and redid the sounds in my own style to explore sound design in regard to film and other visual media. This was a wonderful experience and I will be doing one or two more movie/game/animation trailers to show off some more of my sounds and processing techniques.<br />
<iframe width="640" height="360" frameborder="0" src="http://player.vimeo.com/video/27956946?title=0&amp;byline=0&amp;portrait=0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=178</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Song!</title>
		<link>http://www.syedharisali.com/?p=175&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=175#comments</comments>
		<pubDate>Tue, 12 Jul 2011 05:50:28 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=175</guid>
		<description><![CDATA[<p>I introduce to you, my finest work yet! This piece includes all the recent production techniques I&#8217;ve learned&#8230;ghost vocal fade ins, 5-part harmonies, vocals (singing lessons paid off!), dubstep-step-inspired wobby leads, and pogo-inspired disney samples&#8230;the whole sha-bang. I&#8217;d love to get some feedback! Wishful Thinking by Syed Haris Ali</p>
]]></description>
				<content:encoded><![CDATA[<p>I introduce to you, my finest work yet! This piece includes all the recent production techniques I&#8217;ve learned&#8230;ghost vocal fade ins, 5-part harmonies, vocals (singing lessons paid off!), dubstep-step-inspired wobby leads, and pogo-inspired disney samples&#8230;the whole sha-bang. I&#8217;d love to get some feedback!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="81" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F18868646" /><embed type="application/x-shockwave-flash" width="100%" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F18868646" allowscriptaccess="always"></embed></object> <span><a href="http://soundcloud.com/syedhali07/wishful-thinking">Wishful Thinking</a> by <a href="http://soundcloud.com/syedhali07">Syed Haris Ali</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=175</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Song &#8211; Good Days &#8211; Dance/Dubstep</title>
		<link>http://www.syedharisali.com/?p=170&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=170#comments</comments>
		<pubDate>Thu, 02 Jun 2011 06:16:23 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=170</guid>
		<description><![CDATA[<p>The last two weeks have been pretty awesome. In addition to graduating from Johns Hopkins (on the  JHU website&#8217;s front page you can see me shaking hands with President Daniels!), I&#8217;ve also had time to code a ton of stuff in C++ and understand how to translate some of my Matlab audio algorithms into more [...]</p>
]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;">The last two weeks have been pretty awesome. In addition to graduating from <a href="http://www.jhu.edu" target="_blank">Johns Hopkins</a> (on the  JHU website&#8217;s front page you can see me shaking hands with President Daniels!), I&#8217;ve also had time to code a ton of stuff in C++ and understand how to translate some of my Matlab audio algorithms into more useable code for future projects for smart phones and such. Today I stumbled upon a dance beat I created two years ago when I first learned how to use my Motif&#8217;s arpeggiator and decided to turn that 10 second clip into some longer so I cut it up in pieces, remixed section, reversed stuff, created a fat bass, and shrunk and stretched it into a new form. Let me know what you guys think!</p>
<p><object width="640" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F16377120&amp;show_comments=true&amp;auto_play=false&amp;color=c34a00" /><embed width="640" height="81" type="application/x-shockwave-flash" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F16377120&amp;show_comments=true&amp;auto_play=false&amp;color=c34a00" allowscriptaccess="always" /> </object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=170</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beat and Pitch Algorithm Demo!</title>
		<link>http://www.syedharisali.com/?p=165&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=165#comments</comments>
		<pubDate>Tue, 24 May 2011 19:54:28 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Arduino Uno]]></category>
		<category><![CDATA[Beat]]></category>
		<category><![CDATA[Beat Detection]]></category>
		<category><![CDATA[Haris Ali]]></category>
		<category><![CDATA[Pitch]]></category>
		<category><![CDATA[Pitch Detection]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=165</guid>
		<description><![CDATA[<p>I finally got my pitch and beat detections working in Matlab and I&#8217;ve made a visualization of it using the Arduino Uno and an array of LEDs. To understand what you are seeing&#8230; Here&#8217;s the video! First the song plays from a separate sound source (room&#8217;s speakers) and the computer takes in a couple seconds [...]</p>
]]></description>
				<content:encoded><![CDATA[<p>I finally got my pitch and beat detections working in Matlab and I&#8217;ve made a visualization of it using the Arduino Uno and an array of LEDs.<br />
<a href="http://www.flickr.com/photos/61515576@N05/5755948124/" title="DSC02763 by syedhali07, on Flickr"><img src="http://farm4.static.flickr.com/3022/5755948124_87c3363c99_z.jpg" width="640" height="427" alt="DSC02763"></a></p>
<p>To understand what you are seeing&#8230;<br />
<a title="Screen shot 2011-05-24 at 3.02.13 PM by syedhali07, on Flickr" href="http://www.flickr.com/photos/61515576@N05/5755948256/"><img src="http://farm3.static.flickr.com/2380/5755948256_63bd2db819_z.jpg" alt="Screen shot 2011-05-24 at 3.02.13 PM" width="640" height="221" /></a></p>
<p>Here&#8217;s the video!<br />
<object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=24182994&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=24182994&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object><br />
First the song plays from a separate sound source (room&#8217;s speakers) and the computer takes in a couple seconds of audio in Matlab (kinda like Shazam) and creates the audio object. The board initializes by turning off and on all the LEDs and then  the yellow light signifies the algorithms are calculating the beats per minute (BPM) and key (fundamental frequency). Once the yellow light turns off the results on the algorithms are shown as above. The tempo light blinks to the BPM and the last four LEDs have one of the twelve key-patterns shown above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Song Preview</title>
		<link>http://www.syedharisali.com/?p=137&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=137#comments</comments>
		<pubDate>Thu, 17 Feb 2011 19:37:52 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=137</guid>
		<description><![CDATA[<p>So here&#8217;s a preview of the kind of vocals I&#8217;ll be doing in the new song. I haven&#8217;t recorded my voice in 3 years so it&#8217;s kinda crazy to be singing again! I won&#8217;t be able to complete the song today because of academia, but it&#8217;s definitely coming along slowly&#8230;(I may increase the tempo and [...]</p>
]]></description>
				<content:encoded><![CDATA[<p>So here&#8217;s a preview of the kind of vocals I&#8217;ll be doing in the new song. I haven&#8217;t recorded my voice in 3 years so it&#8217;s kinda crazy to be singing again! I won&#8217;t be able to complete the song today because of academia, but it&#8217;s definitely coming along slowly&#8230;(I may increase the tempo and mix the whole thing differently in the end) </p>
<p><strong>Stay Away</strong><br />
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F10708280%3Fsecret_token%3Ds-448vD&amp;show_comments=true&amp;auto_play=false&amp;color=0b4211"></param><param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F10708280%3Fsecret_token%3Ds-448vD&amp;show_comments=true&amp;auto_play=false&amp;color=0b4211" type="application/x-shockwave-flash" width="100%"></embed></object>   <span><a href="http://soundcloud.com/syedhali07/sneakpeak/s-448vD">SneakPeak</a> by <a href="http://soundcloud.com/syedhali07">Syed Haris Ali</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Song Coming Up!</title>
		<link>http://www.syedharisali.com/?p=124&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.syedharisali.com/?p=124#comments</comments>
		<pubDate>Wed, 16 Feb 2011 16:54:25 +0000</pubDate>
		<dc:creator>haris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.syedharisali.com/?p=124</guid>
		<description><![CDATA[<p>Feburary 16th, 2011 Just wanted to announce the release of a new song I&#8217;ll be uploading by tomorrow night with more complexity than my previous pieces. It incorporates a couple new new drum processing techniques, electric guitar power chords and shredding, and more foley-type percussive recordings of my environment to take a break from beatboxing. [...]</p>
]]></description>
				<content:encoded><![CDATA[<p><em>Feburary 16th, 2011</em></p>
<p>Just wanted to announce the release of a new song I&#8217;ll be uploading by tomorrow night with more complexity than my previous pieces. It incorporates a couple new new drum processing techniques, electric guitar power chords and shredding, and more foley-type percussive recordings of my environment to take a break from beatboxing. As typical, it will have a medley of dubstep elements, acoustic instruments, and retro synths (custom, of course <img src='http://www.syedharisali.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). I want to offer more rhythmic variation and more a well defined song structure (more typical rock or pop Intro -&gt; Verse -&gt; Chorus type of thang).</p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.syedharisali.com/?feed=rss2&#038;p=124</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
