1.0.0 • Published 9 years ago

problumz v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

KARAOKE EBOOKS

twitter fueled markov generated karaoke music.

npm.io

this code is atrocious. i'm not sorry about that. it's my project and i'll cry about callback hell if i want to. If yr deeply interested in hacking on this project just open an issue and i will help you.


/audioSrc is basically a fork of probability sequencer which I have now deprecated in favor of https://github.com/coleww/overtone-live-coding so have fun with that one! all the procedural seed data is in /songs

/rhymeSrc contains the custom mrkv implementation and rhyme construction algorithm

/server is the thing that grabs all the tweets and caches them on a lil heroku thing nice

development

npm install
node server.js
# modify `var host` in index.js to point to localhost :/
npm run watch
# serve the /www dir