Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drcbeatz/arduino-theremin

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).
https://github.com/drcbeatz/arduino-theremin

arduino arduino-leonardo cpp embedded-systems hc-sr04-ultrasonic-sensor midi midi-controller midi-messages pytest python react typescript

Last synced: about 2 months ago
JSON representation

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).

Awesome Lists containing this project

README

        

# 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.).