Man or Machine?
This is an application that helps you find out whether a human or a machine is setting the tempo for your favorite music. To do this, this application generates a click plot that shows the deviations in tempo from the average over the course of a song. Songs that don't stray too far from the average are likely to be using a click track or a drum machine to set the beat. For instance, compare the click plot for Nirvana's
Smells like Teen Spirit (shown above) to Britney Spears'
One more time. .
The click plot for Britney shows a rather flat line indicating that she uses a machine to set the tempo, while Nirvana's plot wanders around, indicating that their is probably a human in charge.
This application was inspired
by the blog post In
search of the click track that explored the steadiness of tempo
for various contemporary artists.
How do you use this application?
- Launch the application - the application will ask you to trust me. That is because the application is going to talk over the network to developer.echonest.com in order to upload a music file that you've selected for analysis. If you want to run the app, you will have to trust me.
- Once the application is loaded and running, you'll see a click plot of Buddy Holly's Peggy Sue. The plot shows the average BPM (the straight horizontal line), the actual BPM (the grey jagged line) and a smoothed version (the smoother green line). You can use the arrow keys or your mouse to move the green and blue cursors. The cursors change size based on how confident we are about that particular beat. You can also zoom in and out with the plus and minus keys.
- To analyze your own music press 'n'. A file selection dialog will open. Use this to select an MP3 file from your music collection. When you click OK, the track is uploaded to the Echo Nest for analysis. After a few seconds (or a minute for a long song), a click plot for your track will be displayed.
- You can listen to your track synchronized with the plot by pressing the 'p' key. Music will start playing at the time selected by the cursor.
How does it work?
This application uses the Echo Nest track analysis web service to analyze a track for detailed tempo and beat information. This application collects the analysis and then generates the plot.
Where's the code?
The BPM Explorer code has been released as open source - as part of
the
echo-nest-demos project hosted at google-code. Feel free to
browse the code for the BPM Explorer.