siggy / beatboxer

Drum machine in a few hundred lines of html/js/css
https://sig.gy/beatboxer/
MIT License
329 stars 40 forks source link

user-controllable bpm #8

Open siggy opened 8 years ago

siggy commented 8 years ago

maybe a slider and/or text box to precisely set bpm

benhjt commented 8 years ago

Hi siggy. I've managed to implement this using a HTML5 input of type range (browser support). Have you had any thoughts where it should be and how it should look?

siggy commented 8 years ago

Awesome @benhjt. I kind of had in mind something like the one on www.html5drummachine.com, but maybe a bit more subtle to match the rest of the minimal UI.

Let me know how I can help, thanks for taking a crack at this!