Skip to content

Arduino theremin midi controller - turns readings from HC-SR04 ultrasonic sensor into MIDI messages sent via USB to DAW software (e.g. Logic or Ableton). Written in C++ (website: React/Typescript).

Notifications You must be signed in to change notification settings

DrCBeatz/arduino-theremin

Repository files navigation

arduino-theremin

Source code for Arduino midi controller using HC-SR04 ultra-sonic sensors to control midi continuous controller data (WIP).

The previous prototype version used Python scripts to take Arduino sensor input and send midi messages for volume and pitchbend data via the Arduino serial port (see Pymidi module). Unit tests written using Pytest (type 'pytest' in command line to run).

Code was rewritten in C++ (also included) for performance and to allow device to operate stand-alone with USB connection without any additional software other than a DAW (e.g. Logic, Ableton Live, etc.).

About

Arduino theremin midi controller - turns readings from HC-SR04 ultrasonic sensor into MIDI messages sent via USB to DAW software (e.g. Logic or Ableton). Written in C++ (website: React/Typescript).

Topics

Resources

Stars

Watchers

Forks

Languages