top of page
This is the UI to go with the drum kit described here.
The final UI allows me to (https://github.com/pie474/processing-projects):
-
Select individual drums and re-assign their midi note from a bank
-
get visual feedback on when a drum is hit and how hard
-
use hotkeys to toggle drums between commonly used values (ex: ride cymbal <-> crash cymbal, snare drum <- > rim click)
-
use other hotkeys to switch between custom 'layouts' (specified in a JSON file)
I set up the Arduino code to receive these encoded messages over serial and make the appropriate changes, and it was all finished!
bottom of page