Sample Browser

Taking some of the sources from the JUCE demo, I put together an audio sample browser:

http://imekon8.wordpress.com/2014/03/24/sample-browser/

I put the sources on Github

https://github.com/imekon/samplebrowser

It reads the details of the samples in a background thread.

Rewrote this (https://github.com/imekon/samplebrowser2) using splitter windows instead of relative positions. Also added more control over the directory.