<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Hear and Play Music Learning Center &#187; Technology</title>
	<link>http://www.hearandplay.com/main</link>
	<description>Tips, tricks, advice, articles, and music lessons about playing by ear from musician extraordinaire and online teacher, Jermaine Griggs.</description>
	<pubDate>Fri, 12 Mar 2010 23:25:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9;Jermaine Griggs </copyright>
		<managingEditor>webmaster@hearandplay.com (Jermaine Griggs)</managingEditor>
		<webMaster>webmaster@hearandplay.com(Jermaine Griggs)</webMaster>
		<category>music, performing arts, education</category>
		<ttl>1440</ttl>
		<itunes:keywords>piano, music theory, piano lessons, piano by ear, music lessons, ear-training, play piano, play music</itunes:keywords>
		<itunes:subtitle>The Secrets To Playing Music By Ear</itunes:subtitle>
		<itunes:summary>Tips, tricks, advice, articles, and piano lessons about playing piano by ear from piano extraordinaire and online music teacher, Jermaine Griggs.</itunes:summary>
		<itunes:author>Jermaine Griggs</itunes:author>
		<itunes:category text="Arts">
  <itunes:category text="Performing Arts"/>
</itunes:category>
<itunes:category text="Music"/>
<itunes:category text="Education"/>
		<itunes:owner>
			<itunes:name>Jermaine Griggs</itunes:name>
			<itunes:email>webmaster@hearandplay.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.hearandplay.com/itunesiconlarge.jpg" />
		<image>
			<url>http://www.hearandplay.com/144x144seal.jpg</url>
			<title>Hear and Play Music Learning Center</title>
			<link>http://www.hearandplay.com/main</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Cool new enhancement to the blog</title>
		<link>http://www.hearandplay.com/main/cool-new-enhancement-to-blog</link>
		<comments>http://www.hearandplay.com/main/cool-new-enhancement-to-blog#comments</comments>
		<pubDate>Tue, 04 Nov 2008 22:08:06 +0000</pubDate>
		<dc:creator>Jermaine</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[dynamic piano key display]]></category>

		<category><![CDATA[new tool]]></category>

		<guid isPermaLink="false">http://www.hearandplay.com/main/cool-new-enhancemnet-to-the-blog</guid>
		<description><![CDATA[I been working hard for ya'll! 

Listen, I've always wanted to include pictures of keys in my blog posts but it's just too hard to create them each and every time, so I resorted to just plain text...

...Until had this cool idea...

What if I could have someone build me a tool that basically generates <em>piano images with highlighted notes</em> on the fly? All I have to tell it is what notes I want, what color to shade them, and how big to make the image.

Well, that's what I did! I posted it to one of my programmers and 3 weeks later, it's a reality!

<center><img src='http://www.hearandplay.com/main/wp-content/uploads/2008/11/dynimage.jpg' alt='dynimage.jpg' /></center>]]></description>
			<content:encoded><![CDATA[<p>I been working hard for ya&#8217;ll!</p>
<p>I&#8217;ve always wanted to include pictures of keys in my blog posts but it&#8217;s just too hard to create them each and every time, so I resorted to just plain text&#8230;</p>
<p>&#8230;Until had this cool idea&#8230;</p>
<p>What if I could have someone build me a tool that basically generates <em>piano images with highlighted notes</em> on the fly? All I have to tell it is what notes I want, what color to shade them, and how big to make the image.</p>
<p>Well, that&#8217;s what I did! I posted it to one of my programmers and 3 weeks later, it&#8217;s a reality!</p>
<p><img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=C,E,Gs,G&#038;second_octave=C,E,Ab,G&#038;color=99CCFF&#038;size=2' /></p>
<p>For example, to make the image above, I don&#8217;t have to open one single graphics program. I just copy and paste this code:</p>
<p><textarea rows="3" name="S1" cols="80"><img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=C,E,Gs,G&#038;second_octave=C,E,Ab,G&#038;color=99CCFF&#038;size=2' /></textarea></p>
<blockquote><p>*Yes, I know it&#8217;s a little techy &#8230; but it&#8217;s really not that hard! I just ignore everything until I get to &#8220;first_octave.&#8221; That&#8217;s when I type the letters I want in the first octave, separated by commas. I use &#8216;b&#8217; for flat and &#8217;s&#8217; for sharp but it comes out as the regular b and #. I do the same for the &#8220;second_octave.&#8221; Then I pick the color using the 6 digit color code of my choice. Finally, I can choose either small (1), medium (2), or big (3). You&#8217;re seeing the medium size above.</p></blockquote>
<p>I&#8217;m excited! You guys don&#8217;t know what this will do for my music explanations! If you&#8217;ve enjoyed plain text so far (which a lot of you have), then imagine having images too!</p>
<p>The reason I&#8217;m telling you all these details about how it works is because YOU can use it too! If you have a blog or you&#8217;re ever trying to explain something to someone else via e-mail or on a forum, just come to this page, copy my code, change it, and paste it wherever you want! You&#8217;ll be good to go! I&#8217;m working on a little wizard that will make it easy for anyone to do. </p>
<p>For now, I&#8217;ll be the first one to use my little &#8220;dynamic piano key&#8221; invention!</p>
<p>Here are some cool chords I&#8217;ve made with the tool:</p>
<p><strong>F aug 7 (b9)</strong><br />
<img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=F,A&#038;second_octave=Cs,Eb,Gb&#038;color=99CCFF&#038;size=2' /></p>
<p>Here&#8217;s the code I used to make it:</p>
<p><textarea rows="2" name="S1" cols="80"><img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=F,A&#038;second_octave=Cs,Eb,Gb&#038;color=99CCFF&#038;size=2' /><br />
</textarea></p>
<p>Here&#8217;s one of those &#8220;stupid&#8221; (that&#8217;s good) <em>Jason White / Mike Bereal-sounding</em> chords&#8230;</p>
<p><img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=F,Ab,B&#038;second_octave=D,E,G&#038;color=CCFF99&#038;size=2' /></p>
<p>And the code I used&#8230;</p>
<p><textarea rows="2" name="S1" cols="80"><img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=F,Ab,B&#038;second_octave=D,E,G&#038;color=CCFF99&#038;size=2' /></textarea></p>
<p>Here&#8217;s the small version&#8230;</p>
<p><img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=F,Ab,B&#038;second_octave=D,E,G&#038;color=CCFF99&#038;size=1' /></p>
<p><textarea rows="3" name="S1" cols="80"><img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=F,Ab,B&#038;second_octave=D,E,G&#038;color=CCFF99&#038;size=1' /></textarea></p>
<p>Look out for these images in future blog posts. I may even go back to the drawing board and make it 3 or 4 octaves. We&#8217;ll see!</p>
<div class="productinfo"><strong>Exercise:</strong> Use my code to create any chord of your choice that you want to share with other hearandplay readers! It&#8217;ll be a little weird because you can&#8217;t preview, but that&#8217;s alright! If you mess up, just make another post&#8230; we won&#8217;t mind! Come on! Scroll down and do it now!&#8221;</div>
<p>Copy this code and change it to the notes you want (use small &#8220;b&#8221; for flat and &#8220;s&#8221; for sharp&#8230; see sample below):</p>
<blockquote><p><strong>Ab</strong> = Ab<br />
<strong>G#</strong> = Gs (Use s instead of #)
</p></blockquote>
<p><textarea rows="3" name="S1" cols="80"><img src='http://www.hearandplaymusic.com/dynamicimage/pianokeys.php?first_octave=C,E,Gs&#038;second_octave=C,Bb&#038;color=CCFF99&#038;size=1' /></textarea></p>
<p>*Be careful with octaves. It tricked me a few times, too! Sometimes, you won&#8217;t realize that one of the notes should be in the first octave rather than the second. Then it shows up way at the end and you&#8217;re like, &#8220;huh?&#8221; So make sure you put the right notes in the correct octave.</p>
<p>Until next time&#8212;</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=jgriggs&amp;url=http%3A%2F%2Fwww.hearandplay.com%2Fmain%2Fcool-new-enhancement-to-blog&amp;title=Cool+new+enhancement+to+the+blog', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.hearandplay.com/main/cool-new-enhancement-to-blog/feed</wfw:commentRss>
		</item>
		<item>
		<title>Want a free $29 course? The first 79 to respond can have it!</title>
		<link>http://www.hearandplay.com/main/want-a-free-29-course-the-first-79-to-respond-can-have-it</link>
		<comments>http://www.hearandplay.com/main/want-a-free-29-course-the-first-79-to-respond-can-have-it#comments</comments>
		<pubDate>Wed, 24 Sep 2008 07:08:33 +0000</pubDate>
		<dc:creator>Jermaine</dc:creator>
		
		<category><![CDATA[Latest News]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[khaliq glover]]></category>

		<category><![CDATA[piano recording]]></category>

		<category><![CDATA[piano recording secrets]]></category>

		<category><![CDATA[recording]]></category>

		<guid isPermaLink="false">http://www.hearandplay.com/main/want-a-free-29-course-the-first-79-to-respond-can-have-it</guid>
		<description><![CDATA[My good friend is giving away his "<a href="http://marketers.s3.amazonaws.com/PRS-videoforjermaine/PRS-videoforjermaine.htm">Piano Recording Secrets</a>" course for free to 79 of our students.

I'm talking about a guy who has worked with such "A-listers" as Prince, Herbie Hancock, Michael Jackson, and Lionel Richie (in fact, he was one of the engineers on the hit song, "We Are the World"). He sent me an e-mail saying he wanted to do something very special for my students.
     
He has this downloadable course called "<a href="http://marketers.s3.amazonaws.com/PRS-videoforjermaine/PRS-videoforjermaine.htm">Piano Recording Secrets</a>" that normally sells for $29.00. It teaches you how to put everything you learn from me to work ---- how to record your music and how to make it sound good!

Get this... he teaches you how to record like a professional without the need for expensive equipment either! He's made it so easy that anyone can do it.

Now here's the best part...]]></description>
			<content:encoded><![CDATA[<p> <font face="Arial" style="font-size: 13pt; font-weight: 700">My good friend, Khaliq Glover, a Grammy Award-Winning Sound Engineer, is giving away his online course to 79 deserving Hear and Play Students for free (a $29 value)! No Strings Attached.</font></p>
<p> <font face="Arial" style="font-size: 9pt">Yes I&#8217;m serious!</font></p>
<p><font face="Arial" style="font-size: 9pt">I&#8217;m talking about a guy who has worked with such <i>&quot;A-listers&quot;</i> as Prince, Herbie Hancock, Michael Jackson, and Lionel Richie (in fact, he was one of the engineers on the hit song, <b>&quot;We Are the World&quot;</b>). He sent me an e-mail saying he wanted to do something very special for my students.</font></p>
<div align="center"> <center><br />
<table border="0" cellpadding="4" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber5">
<tr>
<td width="20%" align="center"> <img alt="http://www.hearandplay.com/audiosecrets1.jpg" src="http://www.hearandplay.com/audiosecrets4.jpg" width="62" height="51"></td>
<td width="20%" align="center"> <img alt="http://www.hearandplay.com/audiosecrets1.jpg" src="http://www.hearandplay.com/audiosecrets5.jpg" width="62" height="51"></td>
<td width="20%" align="center"> <img alt="http://www.hearandplay.com/audiosecrets1.jpg" src="http://www.hearandplay.com/audiosecrets1.jpg" width="62" height="51"></td>
<td width="20%" align="center"> <img alt="http://www.hearandplay.com/audiosecrets1.jpg" src="http://www.hearandplay.com/audiosecrets2.jpg" width="62" height="51"></td>
<td width="20%" align="center"> <img alt="http://www.hearandplay.com/audiosecrets1.jpg" src="http://www.hearandplay.com/audiosecrets3.jpg" width="62" height="51"></td>
</tr>
</table>
<p> </center> </div>
<p dir="ltr"><font face="Arial" style="font-size: 9pt">He has this downloadable course called <b>&quot;<a href="http://marketers.s3.amazonaws.com/PRS-videoforjermaine/PRS-videoforjermaine.htm">Piano Recording Secrets</a>&quot;</b> that normally sells for $29.00. It teaches you how to put everything you learn from me to work &#8212;- <i> how to record your music and how to make it sound good!</i></font>
<p dir="ltr"> <font face="Arial" style="font-size: 9pt">Get this&#8230; he teaches you how to record like a professional without the need for expensive equipment either! He&#8217;s made it so easy that anyone can do it.</font>
<p dir="ltr"> <font face="Arial" style="font-size: 9pt">Now here&#8217;s the best part&#8230;</font>
<p dir="ltr"> <font face="Arial" style="font-size: 9pt">Instead of charging $29.00 for this course, he&#8217;s offered to give it away for <b>free</b> to our students. He loves what we&#8217;re doing over here and wants to do his part to help. (<a href="http://marketers.s3.amazonaws.com/PRS-videoforjermaine/PRS-videoforjermaine.htm">You can watch the video he made just for hearandplay students by clicking here</a>.)</font>
<p dir="ltr"> <font face="Arial" style="font-size: 9pt">If you&#8217;ve ever wanted to record your playing (even if you&#8217;re a beginner and want to document your progress), you must take advantage of this free offer! Please don&#8217;t miss out. <u><b>There are no strings attached</b></u>.</font>
<p dir="ltr"> <font face="Arial" style="font-size: 9pt">Well, I take that back. The only thing is that he can&#8217;t give this away to the whole world so he&#8217;s limiting it to about <b>79 students</b>. If you miss out, I apologize on behalf of Khaliq in advance. Here&#8217;s what you have to do to get it:</font>
<p dir="ltr"> <font face="Arial" style="font-size: 9pt">Just go to his <a href="http://www.pianorecordingsecrets.com/order">order form</a> and enter this coupon code: <font color="#FF0000"><b>PRS4H&amp;P</b></font></font>
<p dir="ltr"> <b><font face="Arial" style="font-size: 9pt">This will take $29 off the order, making it 100% free! In no time, you&#8217;ll be learning how to start recording professionally in the comfort of your own home! Oh, it&#8217;s downloadable so you&#8217;ll start learning right away!</font></b>
<p dir="ltr"> <font face="Arial" style="font-size: 9pt">With how the web has evolved, there&#8217;s no reason why you can&#8217;t get your music out there for others to hear. Why not? Everyone else is!</font>
<p dir="ltr" align="center"> <font face="Arial" style="font-size: 16pt"><b> <a href="http://marketers.s3.amazonaws.com/PRS-videoforjermaine/PRS-videoforjermaine.htm"> Click here to get your free Piano Recording Secrets course now!</a></b></font>
<p dir="ltr" align="center"> <font face="Arial" style="font-size: 9pt">Note: You must enter coupon code to get the $29 off<br /> &nbsp;(which makes it 100% free): <font color="#FF0000"><b>PRS4H&amp;P</b></font></font></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=jgriggs&amp;url=http%3A%2F%2Fwww.hearandplay.com%2Fmain%2Fwant-a-free-29-course-the-first-79-to-respond-can-have-it&amp;title=Want+a+free+%2429+course%3F+The+first+79+to+respond+can+have+it%21', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.hearandplay.com/main/want-a-free-29-course-the-first-79-to-respond-can-have-it/feed</wfw:commentRss>
		</item>
		<item>
		<title>The secret tools used by Michael Bereal, Jason White, and other top musicians</title>
		<link>http://www.hearandplay.com/main/the-secret-tool-used-by-jason-white-michael-bereal-and-other-top-musicians</link>
		<comments>http://www.hearandplay.com/main/the-secret-tool-used-by-jason-white-michael-bereal-and-other-top-musicians#comments</comments>
		<pubDate>Fri, 22 Aug 2008 17:39:54 +0000</pubDate>
		<dc:creator>Jermaine</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[jv 1080]]></category>

		<category><![CDATA[mks-20]]></category>

		<category><![CDATA[p-330]]></category>

		<category><![CDATA[roland jv-1080]]></category>

		<category><![CDATA[roland mks-20]]></category>

		<category><![CDATA[roland modules]]></category>

		<category><![CDATA[roland p-330]]></category>

		<category><![CDATA[sound modules]]></category>

		<category><![CDATA[sounding better]]></category>

		<guid isPermaLink="false">http://www.hearandplay.com/main/the-secret-tool-used-by-jason-white-michael-bereal-and-other-top-musicians</guid>
		<description><![CDATA[<img src='http://www.hearandplay.com/main/wp-content/uploads/2008/08/jv1080small.jpg' class="videopic" alt='jv1080small.jpg' />So you've heard them play on your favorite albums and covet their style. But you have no idea how these top musicians get such a full, phat sound, outside of the brilliantly-voiced chords they concoct. Well, here's some tools that will get you one step closer...]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve heard them play on your favorite albums and covet their style.</p>
<p>But you have no idea how these top musicians get such a full, phat sound, outside of the brilliantly-voiced chords they concoct.</p>
<p>Well, here&#8217;s some tools that will get you one step closer.</p>
<p>1) Roland MKS-20 (<a href="http://reviews.harmony-central.com/reviews/Keyboard+And+MIDI/product/Roland/MKS-20/10/1">more information</a>)</p>
<p><img src='http://www.hearandplay.com/main/wp-content/uploads/2008/08/mks20lg.jpg' alt='mks20lg.jpg' /></p>
<p>Roland actually stopped producing this device in the 80&#8217;s or 90&#8217;s but it hasn&#8217;t stopped some of the world&#8217;s greatest musicians from grabbing one in the local pennysaver, recycler, <a href="http://www.craigslist.com">craigslist</a>, or on <a href="http://www.ebay.com">ebay</a>.</p>
<p>You won&#8217;t always find them on ebay but here&#8217;s a trick to make sure you know when one is posted right away.</p>
<p>1) Search for &#8220;Roland MKS-20&#8243;</p>
<p>2) If you find results, great! If you get 0 results, don&#8217;t worry. Scroll down to the bottom and find the &#8220;RSS&#8221; button. This stands for &#8220;Really Simple Syndication.&#8221; It&#8217;s been the hottest thing for the past couple of years! </p>
<p>In fact, you can subscribe to your favorite blogs, podcasts, and online radios show via RSS. Of course, you should be subscribed to my blog &#8230; cough cough cough. </p>
<p>But what you do is either click RSS and subscribe via your browser or you can right-click on the RSS button and copy the link. This will enable you to add it to your favorite RSS reader (if you&#8217;re using one) or you can add it to your favorite online portal&#8217;s homepage like google, yahoo, msn, bloglines, etc. And whenever that search comes up in Ebay, you&#8217;ll be notified within seconds.</p>
<p>Basically, the idea with RSS is that you don&#8217;t have to remember to revisit some of your favorite sites that constantly post new information. You can subscribe and get their latest updates syndicated to you automatically. This has totally changed the web because search results (like on ebay or yahoo), breaking news, tips (like from this blog), audio shows, video shows, and just about anything you can think of, can now be subscribed to with a click of a button. I&#8217;m personally subscribed to over 100 different sites and services and get updates everyday, free of spam.</p>
<p>(<a href="http://www.hearandplay.com/main/index.php/10-reasons-to-subscribe-to-my-blog/">Click here for 10 reasons to subscribe to this blog via RSS</a>&#8230; my shameless plug).</p>
<p><img src='http://www.hearandplay.com/main/wp-content/uploads/2008/08/ebaymks.jpg' alt='ebaymks.jpg' /></p>
<p>3) Search for other things like &#8220;MKS-20&#8243; or &#8220;Roland Module&#8221; and follow the same steps.</p>
<p>Other modules used by the pros:</p>
<p>Roland JV-1080 (<a href="http://reviews.harmony-central.com/reviews/Keyboard+And+MIDI/product/Roland/JV-1080/10/1">more information</a>)<br />
<img src='http://www.hearandplay.com/main/wp-content/uploads/2008/08/jv1080.jpg' alt='jv1080.jpg' /></p>
<p>Roland P-330 (little brother/sister to the MKS-20 / <a href="http://reviews.harmony-central.com/reviews/Keyboard+And+MIDI/product/Roland/P-330/10/1">more information</a>)<br />
<img src='http://www.hearandplay.com/main/wp-content/uploads/2008/08/p3301.jpg' alt='p3301.jpg' /></p>
<p>I hope you find this post helpful! Until next time.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=jgriggs&amp;url=http%3A%2F%2Fwww.hearandplay.com%2Fmain%2Fthe-secret-tool-used-by-jason-white-michael-bereal-and-other-top-musicians&amp;title=The+secret+tools+used+by+Michael+Bereal%2C+Jason+White%2C+and+other+top+musicians', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.hearandplay.com/main/the-secret-tool-used-by-jason-white-michael-bereal-and-other-top-musicians/feed</wfw:commentRss>
		</item>
		<item>
		<title>MidiJam: A midi player taken to the next level</title>
		<link>http://www.hearandplay.com/main/a-midi-player-taken-to-the-next-level</link>
		<comments>http://www.hearandplay.com/main/a-midi-player-taken-to-the-next-level#comments</comments>
		<pubDate>Mon, 11 Aug 2008 19:38:10 +0000</pubDate>
		<dc:creator>Jermaine</dc:creator>
		
		<category><![CDATA[Midi]]></category>

		<category><![CDATA[Musician Fun]]></category>

		<category><![CDATA[midi jam]]></category>

		<category><![CDATA[midi player]]></category>

		<category><![CDATA[midi visualization]]></category>

		<category><![CDATA[midijam]]></category>

		<category><![CDATA[van basco karaoke]]></category>

		<guid isPermaLink="false">http://www.hearandplay.com/main/index.php/a-midi-player-taken-to-the-next-level/</guid>
		<description><![CDATA[<img src='http://www.hearandplay.com/main/wp-content/uploads/2008/08/midijam.jpg' class="videopic" alt='midijam midi visualization' />Ok, so I'm on the net and I come across <a href="http://chris.pirillo.com/2007/10/04/amazing-midi-music-variation/">this post</a> about a free program that visualizes your midi files in a whole new way.

You're probably familiar with <a href="http://vanbasco.com/">Van Basco Karaoke</a>, which takes your midi file and displays it on a piano screen. It's great for learning how to play any song, if there's a midi file available for it on the net. You can even slow stuff down and transpose to any key of your choice.]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.hearandplay.com/main/wp-content/uploads/2008/08/midijam.jpg' class="videopic" alt='midijam midi visualization' />Ok, so I&#8217;m on the net and I come across <a href="http://chris.pirillo.com/2007/10/04/amazing-midi-music-variation/">this post</a> about a free program that visualizes your midi files in a whole new way.</p>
<p>You&#8217;re probably familiar with <a href="http://vanbasco.com/">Van Basco Karaoke</a>, which takes your midi file and displays it on a piano screen. It&#8217;s great for learning how to play any song, if there&#8217;s a midi file available for it on the net. You just load your midi program through Van Basco and voila, the notes are displayed on your screen in a little graphical piano. You can even slow stuff down and transpose to any key of your choice.</p>
<p><img src="http://www.hearandplay.com/piano_window.gif"><br />(screen shot of van basco karaoke&#8217;s virtual piano)</p>
<p>But what I want to talk about is <a href="http://gamesbyscott.com/midijam.htm">MidiJam</a>, which takes midi visualization to a whole new level! It actually takes the actual instruments that are in the midi file and shows them playing REAL notes.</p>
<p>So the piano plays the actual piano notes that are being heard in the midi file. If there is a bass present, you&#8217;ll see the bass plucking real notes too. Same with drums, horns, strings&#8230; ANYTHING!</p>
<p>Download the program and mess around with it. It&#8217;s a little old school and not as user-friendly as I&#8217;d like but it&#8217;s decent. Read the &#8220;readme.txt&#8221; file. I had a hard time figuring out how to bring a midi file of my choice into the program (&#8230;you just actually drag the midi file to the midijam.exe icon but the &#8220;readme.txt&#8221; file covers all that).</p>
<p>It&#8217;s cool! I was impressed. </p>
<p>Oops, one last thing. You can then go to <a href="http://www.freemidi.org/">Freemidi.org</a> and download as many free midi files as you want (there&#8217;s other directories out there too, just google &#8220;midi directory&#8221;). Then you can open them in MidiJam and enjoy the midi visualization &#8220;on steroids.&#8221;</p>
<p>Meanwhile, check out some of these clips of midijam in action that people have posted on youtube.</p>
<p>(since these youtube clips were screen captured, the audio sync isn&#8217;t perfect but once you download midijam and run it from your own computer, it syncs perfectly)&#8230;</p>
<p><object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/0pe9t7BCZWE&#038;hl=en&#038;fs=1"></param>
<param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/0pe9t7BCZWE&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>And <a href="http://chris.pirillo.com">Chris Pirillo</a>, the guy who introduced me to MidiJam:<br />
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/T1ravbinxHA&#038;hl=en&#038;fs=1"></param>
<param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/T1ravbinxHA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Download: <a href="http://gamesbyscott.com/midijam.htm">MidiJam</a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=jgriggs&amp;url=http%3A%2F%2Fwww.hearandplay.com%2Fmain%2Fa-midi-player-taken-to-the-next-level&amp;title=MidiJam%3A+A+midi+player+taken+to+the+next+level', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.hearandplay.com/main/a-midi-player-taken-to-the-next-level/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.044 seconds -->
