<?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>MusicTechWeb</title>
	<atom:link href="http://www.musictechweb.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.musictechweb.com</link>
	<description>The convergence of technology and music</description>
	<lastBuildDate>Sun, 15 Jan 2012 06:55:50 +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>Why I Never Finish Side Projects</title>
		<link>http://www.musictechweb.com/self-improvement/why-i-never-finish-side-projects/</link>
		<comments>http://www.musictechweb.com/self-improvement/why-i-never-finish-side-projects/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 03:18:08 +0000</pubDate>
		<dc:creator>chase</dc:creator>
				<category><![CDATA[Self Improvement]]></category>

		<guid isPermaLink="false">http://www.musictechweb.com/?p=163</guid>
		<description><![CDATA[If you&#8217;re anything like me, you&#8217;re always trying to get better at the things you love. For me day in and day out that is programming and playing music. In an effort to improve these skills, I try to learn at least a few new things a week that are outside of my knowledge base. [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re anything like me, you&#8217;re always trying to get better at the things you love. For me day in and day out that is programming and playing music. In an effort to improve these skills, I try to learn at least a few new things a week that are outside of my knowledge base.</p>
<p>Recently I was looking for some advice on how to ramp up my coding skills. I found this <a href="http://programmers.stackexchange.com/questions/44177/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skil">Stack Overflow question</a> that had some great pointers. The tip about studying patterns really stuck out like a sore thumb to me for some reason. I know these patterns but how come I don&#8217;t ever actively consider them when I&#8217;m writing code? Or is it something that just radiates in my subconscious? I mulled it over for a couple days and tried to figure out why it was bothering me so much. It finally hit me at the coffee shop this afternoon.</p>
<p>I haven&#8217;t been properly laying out a strategy to begin my projects. When it comes to programming, I&#8217;ll draw a wireframe and then just start banging out the code. Sometimes I&#8217;ll layout a skeletal class or two but this is pretty rare.</p>
<p>With music, it&#8217;s usually worse. I&#8217;ll just find a tone I like and start noodling until I find a melody or riff I can start off with. Then begin to build from there. I always thought the best way to write music was on an impulse and I thought it worked best for me. Clearly I am not a fan of having restricted structure. For some reason I always felt it inhibited my creativity.</p>
<p>After carefully considering both of these points, I realized I&#8217;ve been doing it all wrong this whole time. This is one of the biggest reasons I think why I never end up finishing my side projects. I can finish songs and I can write a 500 line class no problem but I&#8217;ve never built a finished product that I was proud to present to the public. This realization was very demoralizing.</p>
<p>So how am I going to fix it? My number one goal for this year is to focus. When I make music, I&#8217;m going to lay out a plan for achieving the sound/emotion I want to portray and I&#8217;m going to stick to that path. If I have an idea I want to program, not only am I going to wireframe it but I&#8217;m going to write skeletal code and develop a schematic for the whole build. Of course these plans will be changed and adapted along the way but they will help me focus on achieving my goals instead of always half assing it.</p>
<p>I will release an EP this year and I will finish at least one open source project. I&#8217;m not a believer in talking about it ruins it. I will achieve these goals.</p>
<p>&#8220;<em>To accomplish great things</em>, <em>we must not only act but also dream, not only plan but also believe</em>.&#8221; &#8211; Anatole France</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musictechweb.com/self-improvement/why-i-never-finish-side-projects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Music Animation Shows Off The Future of Music Experiences In The Browser</title>
		<link>http://www.musictechweb.com/html5/music-animation-shows-off-the-future-of-music-experiences-in-the-browser/</link>
		<comments>http://www.musictechweb.com/html5/music-animation-shows-off-the-future-of-music-experiences-in-the-browser/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 03:37:40 +0000</pubDate>
		<dc:creator>chase</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.musictechweb.com/?p=151</guid>
		<description><![CDATA[Wildlife Control have created an incredible music animation using HTML, CSS, JavaScript, and the SoundCloud API. The JavaScript and math required to put this thing together are quite impressive. The whole experience definitely made the song more enjoyable for me. I urge you to go look at the main script file, beautify it and enjoy. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-157 alignright" title="Wildlife Control - HTML5 Music Animation" src="http://www.musictechweb.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-15-at-10.03.37-PM-300x155.png" alt="Wildlife Control - HTML5 Music Animation" width="300" height="155" /></p>
<p><a href="http://wildlifectrl.com/">Wildlife Control</a> have created an incredible music animation using HTML, CSS, JavaScript, and the SoundCloud API. The JavaScript and math required to put this thing together are quite impressive. The whole experience definitely made the song more enjoyable for me. I urge you to go look at the main script file, beautify it and enjoy. At first I thought they were probably using <a href="http://popcornjs.org/">Popcorn.js</a> but after reviewing the source, definitely not. They provide a great explanation over on their blog of how things work that I have pasted below. Check it out <a href="http://wildlifectrl.com/post/14266142693/analog-or-digital-video">here</a>.</p>
<blockquote><p>We were tinkering around with the SoundCloud API late one night several weeks ago and realized we could use the timing events and track comments to make something cool. At the time, we were thinking it would be a quick little animated ASCII thing. After digging in a little more, we decided to go way bigger.</p>
<p>You can think of this video as a scripted visualization. Although the story is linear, certain elements are random, making each viewing unique. The scenes are rendered on a “pixel” grid of HTML divs. Every time we get a playback timing event from SoundCloud, we check if a new sixteenth note has passed, and if so, the JavaScript renders the appropriate sprites on the video frame. This keeps the action precisely timed with the audio. The sprites are JavaScript objects that specify which colors to use and how to arrange them. Since we need to keep things lightweight and efficient, the general strategy is to break the scenes down into reusable pieces and animate them on the fly using math.</p>
<p>To make it a little more interactive, we display the SoundCloud comments right on the video on the same pixel grid. You can connect your SoundCloud or Facebook account and post your own comments and see them on the video while it’s playing. We are very excited that this is possible. Gotta love SoundCloud. And math.</p>
<p>So yeah… this is what happens when drummers write JavaScript.</p>
<p>Source: http://wildlifectrl.com/post/14266142693/analog-or-digital-video</p>
<p>&nbsp;</p>
<p>&nbsp;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.musictechweb.com/html5/music-animation-shows-off-the-future-of-music-experiences-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SoundCloud Labs Launches Experimental Apps</title>
		<link>http://www.musictechweb.com/soundcloud/soundcloud-labs-overview/</link>
		<comments>http://www.musictechweb.com/soundcloud/soundcloud-labs-overview/#comments</comments>
		<pubDate>Thu, 05 May 2011 16:00:37 +0000</pubDate>
		<dc:creator>chase</dc:creator>
				<category><![CDATA[SoundCloud]]></category>

		<guid isPermaLink="false">http://www.musictechweb.com/?p=88</guid>
		<description><![CDATA[Over the past couple years, SoundCloud has steadily become the go to tool for sharing audio on the web. Today SoundCloud launched a new venture entitled SoundCloud Labs, which allows users to become more acquainted with the platform via various applications that have been developed internally with the SoundCloud API.]]></description>
			<content:encoded><![CDATA[<p>Over the past couple years, <a href="http://www.soundcloud.com">SoundCloud</a> has steadily become the go to tool for sharing audio on the web. Today SoundCloud launched a new venture entitled <a href="http://www.soundcloudlabs.com">SoundCloud Labs</a>, which allows users to become more acquainted with the platform via various applications that have been developed internally with the <a href="http://developers.soundcloud.com">SoundCloud API</a>. SoundCloud Labs currently contains access to 4 different applications including <a href="http://socialunlock.com">Social Unlock</a>, <a href="http://takesquestions.com/">TakesQuestions</a>, <a href="http://importer.soundcloudlabs.com/">Importer</a> and a <a href="https://www.google.com/enterprise/marketplace/viewListing?productListingId=6738+1085753303986720696&amp;pli=1">Gmail plugin</a> with many more to follow. Although these apps are very minimal in what they do, it is a great way for SoundCloud to showcase their platform and spread ideas to help grow their community of developers and musicians.</p>
<h2>Review</h2>
<p>As you can imagine, the importer and Gmail plugin are relatively straight forward. The importer allows you to upload songs to SoundCloud via a URL, email, or by calling a private line to record. The latter is extremely nifty. No longer will artists be calling their own voicemails to record song ideas. You could also easily replicate something like this using the <a href="http://www.twilio.com/docs/index">Twilio API</a>. The Gmail plugin simply takes SoundCloud links and converts them into audio players directly in your inbox similar to the way YouTube videos are automatically embedded. Only downside is you need a Google Apps account instead of just solely a Gmail account.</p>
<p><a href="http://joe-mcelderry.takesquestions.com/">TakesQuestions</a> is a simple Q&amp;A app that allows you to ask someone a question with an audio recording and they answer back. You record your question right in the the browser and then it combines the audio of the recipients response into a nice module for showcasing on the page.</p>
<p><a href="http://socialunlock.com/">Social Unlock</a> is pretty much exactly as described. You share to unlock a download. So far Twitter is the only platform integrated though. Let&#8217;s walk through a simple setup of this to show you how easy it is.</p>
<p>First we go to the site and connect our SoundCloud account.</p>
<p><img class="alignnone size-full wp-image-90" title="Screen shot 2011-05-05 at 12.12.35 AM" src="http://www.musictechweb.com/wp-content/uploads/2011/05/Screen-shot-2011-05-05-at-12.12.35-AM.png" alt="" width="630" height="188" /></p>
<p>After we connect we&#8217;re ready to create our first promotion. Our tracks are already available and now all we have to do is fill in a few details and create our theme.</p>
<p><img class="alignnone size-medium wp-image-91" title="Screen shot 2011-05-05 at 12.28.31 AM" src="http://www.musictechweb.com/wp-content/uploads/2011/05/Screen-shot-2011-05-05-at-12.28.31-AM-292x300.png" alt="" width="292" height="300" /><img class="alignnone size-medium wp-image-92" title="Screen shot 2011-05-05 at 12.30.43 AM" src="http://www.musictechweb.com/wp-content/uploads/2011/05/Screen-shot-2011-05-05-at-12.30.43-AM-300x190.png" alt="" width="300" height="190" /></p>
<p>Now we just hit create promotion, change the theme to our liking, we&#8217;re provided a URL and its ready to go. This app could help you spread your tracks quickly if executed properly. The only downside is that any SoundCloud player shared on Facebook is automatically unlocked and you can download the track if its available. Another example of this would be the new <a href="http://www.columbiarecords.com/simplemath/">Manchester Orchestra album stream</a> in which you have to build a puzzle to unlock. Simply embed the link on Facebook and you&#8217;re no longer facing any sort of challenge to listen.</p>
<p>Another recent tool created by SoundCloud developer <a href="http://twitter.com/leemartin">Lee Martin</a>, is the <a href="http://blog.soundcloud.com/2011/03/15/premiere/">premiere app</a>. You will not find it on the labs but this open source tool has been making its rounds for several albums over the past couple months with bands like the Beastie Boys and the Foo Fighters using it to debut new music.</p>
<p>These apps seem to be just a little teaser of what&#8217;s to come in the future. Definitely looking forward to see what SoundCloud comes up with next.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musictechweb.com/soundcloud/soundcloud-labs-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Build A Music Recommendation Application With Your Facebook Friends</title>
		<link>http://www.musictechweb.com/tutorials/how-to-build-a-music-recommendation-engine-with-your-facebook-friends-part-1/</link>
		<comments>http://www.musictechweb.com/tutorials/how-to-build-a-music-recommendation-engine-with-your-facebook-friends-part-1/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 02:32:54 +0000</pubDate>
		<dc:creator>chase</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.musictechweb.com/?p=4</guid>
		<description><![CDATA[If you&#8217;re a music geek like me, every day you&#8217;re looking for new ways to find tunes. Checking Twitter, scanning Tumblr, RSS Feeds, Last.FM scrobbles and inevitably hitting play on that YouTube video you&#8217;re not so sure of in your Facebook news. All of this produces so much noise though and its hard to really [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a music geek like me, every day you&#8217;re looking for new ways to find tunes. Checking Twitter, scanning Tumblr, RSS Feeds, Last.FM scrobbles and inevitably hitting play on that YouTube video you&#8217;re not so sure of in your Facebook news. All of this produces so much noise though and its hard to really filter down to the stuff you actually want.</p>
<p>I have found that I discover most of my favorite music from some of my closest friends in every day conversation. Unfortunately over time your friends always grow apart from each other and you find yourself trading new finds less and less. Luckily we now have these massive social hang outs online that allow us to engage in ways with our friends that we couldn&#8217;t even do when they lived close to us. I love Last.FM for music discovery but the main problem is that not all of my friends use it and they won&#8217;t for some reason. Out of all the networks that have popped up in the past few years the only one that I can reliably find the majority of my friends on is Facebook. Unfortunately Facebook is still highly lacking in the awesome music applications category right now that allows sharing with your friends.</p>
<p>So how do you take the features Facebook already has and make it into something useful that your friends can share music with each other through. On top of that how do I get the best music recommendations from my friends and their friends I don&#8217;t even know. I decided to start a secret Facebook group on the premise that most people don&#8217;t want to share what they&#8217;re listening to on their stream but if its a private group geared towards music then they have no shame. I then encouraged the 10 or so friends I added that I knew had similar tastes to add other friends who love music. 30 days and 125 interspersed friends later we got a pretty sweet thing going here. About 5-10 posts a day with some sort of link to music. Needless to say I&#8217;ve discovered quite a few awesome tracks that are right up my alley that I had no clue about and probably would have never found otherwise.</p>
<p>About 4 months pass and everything is going great. I asked people to only post 1-2 links a day max and we were trekking along having some great conversations, sharing past show stories, and building a tightly knit community of music lovers. Then came the problem, too many links and no way to listen to them all in a given day. Especially as the group started to expand I could see this becoming a problem. Once again too much noise that inevitably I needed to be able to sort through to get what I wanted. I spend enough time doing that already through out the day. I knew though that this time around though the noise was a lot more refined and worth fine tuning. So naturally having a bit of understanding of the Facebook API I decided to take advantage of all this great data.</p>
<p>I decided to build a mini application that allows you to simply up vote or down vote a post that somebody made in the group and also tallies likes/comments to add to the posts score. In part 2 I&#8217;ll show you how to build something like this on your own using PHP, Javascript, and the Facebook Open Graph. In the meantime go start your group, add some friends who like the same music as you, and then encourage them to invite friends with similar tastes. Below I have shared what I posted as the rules for the group and it seems to be working relatively well.</p>
<blockquote>
<div id="_mcePaste">A place to share/discuss music we love among friends.</div>
<div id="_mcePaste">Since not everyone on facebook likes good music. Thought it would be a cool idea to start this group of friends and share shit that we don&#8217;t care for our whole stream to see or just share some new hot shit you found but don&#8217;t feel like posting to your stream.</div>
<div id="_mcePaste">A couple things to clarify that I have been asked ..</div>
<div id="_mcePaste">1. Invite whoever, all I ask is they like good music and want to share with friends or people they have never met. I believe groups of friends share the best unknown bands. Genres don&#8217;t matter, if you think its good then post it.</div>
<div id="_mcePaste">2. If you post something, try and add at least a link for people to listen to</div>
<div id="_mcePaste">3. Try not to spam the board, 1-2 links a day is enough from an individual. (would like this to last not for you to share all your favorite bands in 2 days)</div>
<div id="_mcePaste">Enjoy and start conversation!</div>
<div id="_mcePaste">NOTE: Its probably a good idea to edit settings of the group and turn off notifications and emails when you join.</div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.musictechweb.com/tutorials/how-to-build-a-music-recommendation-engine-with-your-facebook-friends-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow Up: Remix Web 2.0 Style</title>
		<link>http://www.musictechweb.com/uncategorized/follow-up-remix-web-2-0-style/</link>
		<comments>http://www.musictechweb.com/uncategorized/follow-up-remix-web-2-0-style/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 02:15:36 +0000</pubDate>
		<dc:creator>chase</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.musictechweb.com/?p=78</guid>
		<description><![CDATA[NPR has released a very engaging series on the future of music and technology that explores a lot of the ideas that I had been considering as of late.  Live music collaboration over the web was one of the topics they recently touched on]]></description>
			<content:encoded><![CDATA[<p>NPR has released a very engaging series on the future of music and technology that explores a lot of the ideas that I had been considering as of late.  Live music collaboration over the web was one of the topics they recently touched on.  They describe how two artists that live on separate coasts of the United States have been able to collaborate due to new technology that has surfaced in the past couple years.  Recently an online service similar to the one that I had in mind has launched in beta but the services sound very promising.</p>
<blockquote><p>Dan Zaccagnino is co-founder and co-CEO of Indaba Music, an online community that allows musicians to meet and collaborate with fellow musicians. He says there are about 100,000 people who have joined the service.</p>
<p>Once registered, a musician can look for others to collaborate with asynchronously. For example, a bassist may upload a bass track and search for people who can fill out his rock song with guitar, drums and vocals. Those musicians can then record their own tracks for the bassist and upload them to the same recording “session.”</p>
<p>“It’s really supposed to be a flexible platform for people to collaborate however they want to,” Zaccagnino says.</p>
<p>Zaccagnino demonstrated one session started by a synthesizer player in New York. The keyboardist found a drummer online — both lived in New York, but the two had never met before — to lay down a beat. Other players then joined the session: a guitarist from the U.K. and vocalists from both sides of the Atlantic Ocean.</p></blockquote>
<p>Now all they need to do is figure out how these artists can release their music together and reap the benefits of their collaboration.  I have taken a gander at the site myself and plan to start using it although I currently have a project going on locally, exploring all music avenues in life has been something I have been very keen on for some time.  Its very easy for one to get engaged into their current band but I think without exploring other avenues of music that do not fit the band, one can become very frustrated creatively.  Sometimes some of my ideas just don’t fit within the confines of the current group I am collaborating with.  This service will hopefully provide a way for more musicians to explore these creative avenues that otherwise fall into the abyss.  I’ll follow up with my thoughts on the service in a few weeks after I have collaborated in a couple sessions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musictechweb.com/uncategorized/follow-up-remix-web-2-0-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bringing Back the Remix, Web 2.0 Style</title>
		<link>http://www.musictechweb.com/ideas/bringing-back-the-remix-web-2-0-style/</link>
		<comments>http://www.musictechweb.com/ideas/bringing-back-the-remix-web-2-0-style/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 01:17:32 +0000</pubDate>
		<dc:creator>chase</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://www.musictechweb.com/?p=80</guid>
		<description><![CDATA[I can listen to music all day and have various creative thoughts but its not until I actually play myself that my ideas come together.  Tonight I picked up my guitar while feeling uninspired and 10 minutes later I had a new riff and a solid idea for a web service for musicians]]></description>
			<content:encoded><![CDATA[<p>I can listen to music all day and have various creative thoughts but its not until I actually play myself that my ideas come together.  Tonight I picked up my guitar while feeling uninspired and 10 minutes later I had a new riff and a solid idea for a web service for musicians.</p>
<p>Too often musicians find themselves stuck at a point where they either don’t have time to play with other people or simply can’t find the right people to adhere to their style.  With the availability of inexpensive recording equipment for computers and the simplicity of recording programs, musicians can post a track online they recorded minutes after it’s finished being rendered into an mp3. Where as 10 years ago, 6 months after an artist went into the studio you would finally hear their tracks.  Why not create a service where people can collaborate their music in the “cloud”?</p>
<p>For example, I lay down a 30 second guitar riff that I enjoy but I have lost all creative energy to continue the riff that I started.  I go to this online music service, upload my riff and await for submissions of people adding on to it.  I have the ability to accept the addition, add it as a maybe, or just flat deny it.  As the first uploader, you act as the decision maker as to what you add to the original piece.  Then you leave the maybes accessible to other artists to see if they can add something to make the maybes come to fruition.  After this process goes on for a period of time, you have a full song.  Once the song is done, all of the registered users who added on to the song are credited for the piece.  Then the song is then served up for download on the site which the song writers then receive royalties from each song they participate in.</p>
<p>With bands like Nine Inch Nails and Radiohead releasing their material in separate tracks which allows other people to remix the tracks however they wish, this could also evolve into a remix service for established artists.  A lot of new technology has surfaced recently that allows for mixing of tracks through web interfaces which will eventually allow users to manipulate tracks solely through the web.  Although the power of software such as Pro Tools is a long way away from approaching the web,  I could see people getting highly interested in recreating others tracks simply by adjusting timing, volume, pitch, and tempo.   Once the tracks are remixed, if people enjoy the remix and download it, then the user gets a small piece of royalties and the rest will go to the artist.</p>
<p>In the next 10 years, it would be amazing if musicians could collaborate live over the internet but until then this would be a step in the right direction.  One of the best indie releases in the past 10 years was done through a collaboration of sending tracks back and forth online, The Postal Service.  Programmers do it, people remote in to the office everyday, why shouldn’t artists be next?  I’m surprised adobe hasn’t released an interactive feature of their software suite that allows for live collaboration.  With all of the recent online music infused start ups, I haven’t seen one that is trying to cater to tapping into all of these social networks of musicians and their friends that play music as well but live in different areas of the world.  This would be a perfect way to break out into this area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musictechweb.com/ideas/bringing-back-the-remix-web-2-0-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

