Muziekstijlen letterlijk en figuurlijk in kaart
Paul Lamere ontwikkelde met zijn Map of Music Styles een erg mooie manier om meer dan 1.000 muziekstijlen in kaart te brengen. In een Google Maps-achtige omgeving is op intuïtieve wijze door een muzikaal landschap te navigeren. Na het aanklikken van een genre wordt een voor die stijl illustratief, maar wel wisselend, geluidsfragment afgespeeld. Lamere over de achtergrond van zijn webapp:
To build the app, I collected the top 2,000 or so terms via The Echo Nest API. For each term I calculated the most similar terms based upon artist overlap (for instance, the term ‘metal’ and ‘heavy metal’ are often applied to the same artists and so can be considered similar, where as ‘metal’ and ‘new age’ are rarely applied to the same artist and are, therefore, not similar). To layout the graph I used Gephi (Its like Photoshop for graphs) and exported the graph to SVG. After that it was just a bit of Javascript, HTML, and CSS to create the web page that will let you pan and zoom. When you click on a term, I fetch audio that matches the style via the Echo Nest and 7Digital APIs.
bron: tweet van @digimuziek