A very basic Drum Machine

Hey guys, I’ve just finished a Drum Machine project. Tell me what do you think about it.
Drum Machine on Codepen

  1. Too much delay when you keep pressing one button
  2. No visual feedback when you press the keys on the keyboard - you can highlight the buttons.
  3. Very minimalistic and cool design, I like it.

Thanks for the feedback. Yeah, when a key is pressed, a function which handles that event triggers HTMLElement.click() built-in method, but for some reason it doesn’t trigger css :active state. But at this moment, it doesn’t bother me to much, so I gave up on finding solution to that issue. :smiley: