Hacker News new | ask | show | jobs
by sealo 5054 days ago
@jeffool, definitely some great ideas there thanks for the suggestions, a few of which I have knocking around in my head already ;)

I certainly have plans to take it far beyond it's current state and that of anything else out there.

Thanks again!

1 comments

One suggestion, Volume slider. I like to play the rain behind actual music.
Definitely necessary. For the time being, I dropped these into the console:

document.getElementById('audio1').volume = .5

document.getElementById('audio2').volume = .5

@fumar ok cool volume slider added to the list, thanks.