Tag: projetec

  • Simple Midi Controller (1/2)

    Simple Midi Controller (1/2)

    I just wanted a simple MIDI controller with some potentiometers, so I decided to build one with an Arduino, a case and some pots I had laying around. The concept is very simple: On the Arduino, I made a loop to read the potentiometers values, convert it to MIDI messages and sent it over UART. […]