Connect the controller to your computer with a USB C cable. Then, open up your DAW or other software that takes in MIDI.
Customize the Code
You can change the pressure sensitivity range from the BMP585 sensor at the top of the code:
low_press = 970 high_press = 1012
You can change the MIDI CC message and the associated NeoPixel color by editing the messages and the colors arrays right before the loop.
# CC message channels
# last index is place holder for Channel Pressure message type
messages = [1, 2, 7, 64, 0]
# neopixel colors to associate with CC messages
colors = [(255, 0, 0), (0, 255, 0), (0, 0, 255),
(255, 255, 0), (255, 0, 255)]
Page last edited February 23, 2026
Text editor powered by tinymce.