Version 1.1 of the JavaFX-based music discovery application, Music Explorer FX has been released. You can try it here:
This version is mostly about performance and stability improvements and it’s also the first version to be released under JavaFX 1.2. Additionally, it sports a new feature: the “Fame” knob:
For those not familiar with how the application works, MEFX will present you with artist recommendations based on an initial artist. Pictured below, for example, is a web of six artist recommendations that sound similar to the popular alternative metal band, “Breaking Benjamin”.
One potential issue with this kind of search though is that if you are a fan of BB, then you are likely to have already heard of many of these bands. This is where the Fame knob comes in. If you dial down the Fame knob, indicating that you want less famous recommendations, and rerun the search, you’ll now get these results:
These bands are still very similar to “Breaking Benjamin”, they just happen to be less popular. Note that the green “popularity” gauges are considerably lower than the artists on the first search. This can be a great way to explore the long tail of music.
The Fame knob works in the other direction as well. Turn it to the right (positive) and you’re guaranteed to get some mainstream results that even the RIAA would be proud of.
This release also boasts notable performance improvements and some crazy caching techniques. In particular, I encourage you to check out the much improved image gallery (bring up your favorite artist, and click on the “photos” icon). For a more detailed rundown of MEFX, check out this post.
So whether you’re an old friend of MEFX, or a you stumbled across this post in search of what happened to that popular 80s musical, go ahead and give it a try.
Tags: Java, JavaFX, musicexplorerfx
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
[...] Anderson has blogged about the release of Music Explorer 1.1, his award-winning JavaFX application. This version is mostly about performance and stability [...]
‘thought I’d let you know, when I launched your application it only opened a blank (gray) window. FYI.
Hans, what type of system are you running?
Sten,
I’m trying to run it on Windows 7, DELL 64-bit processor, it doesn’t even open. It would be good if it at least throws the error message to the screen!
@Saravan — hmm, that’s too bad. I’ve never tried running in on Windows 7. I’ll have to check this out and get back to you.
[...] working on some new features for Music Explorer FX 2.0, one of the issues I’ve had to think about is where to put track information for an [...]