Concept:
Drum pad/ machine, that takes inputs in the form of buttons an doutputs sound.
P5.js:
Responsible for the output of sound, the selection of sounds, and shows a digital layout of the drumpad, with the names of each drum on top of the corresponding pads.
Arduino:
Will send serial data for each button press. Each button will also light up when it is pressed.
Progress:
The p5 sketch has the general layout of the drum pad, loaded with 2 sets of drums. On the Arduino side, I have programmed button presses and the light up sequence for each corresponding button.
A CAD of the case has also been made to be 3D printed.