Live data from Hacker News

Show HN: Drum machine in 100 lines of HTML/JS

sig.gy

11–20 of 51 posts

Re: Show HN: Drum machine in 100 lines of HTML/JS

#18

Nice! A little feature suggestion -- it would be really cool if the current pattern were encoded in a URL so you could link it to friends. :)

With pattern encoding and history change:

http://www.bambax.com/beatboxer/index.html#x||||x||||x||||x|...

Re: Show HN: Drum machine in 100 lines of HTML/JS

#19
post #17
post #15

With a slider to change bpm: http://www.bambax.com/beatboxer/

Nice, but your slider is blocking interaction with most of the boxes http://i.imgur.com/Ae4uyoJ.png

Yes, corrected, can you check?

(height problem since the slider is rotated to make it vertical).

Re: Show HN: Drum machine in 100 lines of HTML/JS

#20
post #4

Very cool! It'd be great if you could also serialize the notes to the url, so people can share these.

An implementation:

http://www.bambax.com/beatboxer/index.html#x||||x||||x||||x|...

Edit: now also saves bpm value: http://www.bambax.com/beatboxer/#x||||x||||x||||x||||||x||x|...

Post reply on HN