lloyd / bp-bloopsaphone

A BrowserPlus service that wraps why's bloopsaphone to expose arcade style music to browser based javascript

This URL has Read+Write access

Lloyd Hilaiel (author)
Thu Mar 12 13:46:14 -0700 2009
name age message
file .gitignore Thu Mar 12 13:46:14 -0700 2009 more .gitignore [Lloyd Hilaiel]
file .gitmodules Thu Mar 12 10:13:06 -0700 2009 add bp-service-tools submodule to use DataMappi... [Lloyd Hilaiel]
file README Thu Mar 12 13:41:13 -0700 2009 describe what it is we're doin' hereA [Lloyd Hilaiel]
directory external/ Thu Mar 12 13:41:43 -0700 2009 explicit inclusion of md5 ruby lib so build scr... [Lloyd Hilaiel]
directory src/ Thu Mar 12 13:46:14 -0700 2009 more .gitignore [Lloyd Hilaiel]
README
the MusicBox BrowserPlus service.

a project based on why's bloopsaphone
(http://github.com/why/bloopsaphone/tree/master), which exposes 
arcade style tunes to browser based javascript.

build instructions (osx only at present):

1. clone me
2. git submodule init
3. git submodule update
4. cd externals/ && ./build_all.sh
5. cd src/ && mkdir build && cd build && cmake .. && make

resulting "MusicBox" directory is a service you can run or install
usin' the browserplus SDK:

http://browserplus.yahoo.com/developer/service/sdk/

lloyd