<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=10248562&amp;blogName=Bludja&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLACK&amp;layoutType=CLASSIC&amp;homepageUrl=http%3A%2F%2Fbludja.blogspot.com%2F&amp;blogLocale=en_US&amp;searchRoot=http%3A%2F%2Fbludja.blogspot.com%2Fsearch" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div></div>

Bludja

Sunday, May 07, 2006 at 2:24 PM

The Shape Of Song


There seems to be a lot work going on into alternate ways to veiw things using computers. The Shape Of Song looks at the music structures and draws some pretty diagrams.

The custom software in this work draws musical patterns in the form of translucent arches, allowing viewers to see--literally--the shape of any composition available on the Web. The resulting images reflect the full range of musical forms, from the deep structure of Bach to the crystalline beauty of Philip Glass.
To save you some reading it is looking at the notes played (as opposed to the sounds they make) in the music, but it works on MIDI input rather than ogg, mp3, flac or one of the other formats. MIDI is usually created by some one playing an instrument and it records the notes played and a "voice" it is played with.

Make sure you check some of the list of songs already added by clicking here.

What would be interesting is to take the approach used in sCrAmBlEd?HaCkZ! and get that to find the patterns and ways that they are repeated.

Via FutureFeeder

Post a Comment