A 3d printed MIDI controller that can be used for video and photo editing (Lightroom, Photoshop, Premiere, DaVinci Resolve, etc.). Both STLs and SolidWorks source files are included - feel free to fork and make your own version based on this!
Disclaimer: Check dimensions before placing any order. Adjustments may be needed. Links provided are for reference only. I receive absolutely no commission.
Name | Pcs Needed | Link |
---|---|---|
Slide Potentiometer | 4 | Amazon |
Rotary Encoder (large) | 1 | Amazon |
Rotary Encoder with Switch (small) | 5 | Amazon |
Joystick | 1 | Amazon |
Mechanical Keyboard Switch | 20 | Amazon |
OLED 128x32 Display | 1 | Amazon |
Teensy 4.1 | 1 | Amazon |
Note that everything in this BOM is optional. Feel free to replace any of them with any other type of input modules or controllers.
I chose Teensy 4.1 because it has enough pins and, more importantly, Teensy boards have native USB support (i.e. no other interface chips needed between your microcontroller and USB). This makes uploading software way easier. Checkout this link MIDI over USB for more details. Do not use a board with CH340 USB interface. ATmega16U2 should be fine.
w.i.p. I'm using Control Surface as the MIDI sender, and MIDI2LR as the bridge to Lightroom. Software is really simple once the hardware is built.