Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/drcbeatz/arduino-theremin
- Owner: DrCBeatz
- Created: 2022-08-01T17:55:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:17:26.000Z (8 months ago)
- Last Synced: 2024-05-23T05:26:09.751Z (8 months ago)
- Topics: arduino, arduino-leonardo, cpp, embedded-systems, hc-sr04-ultrasonic-sensor, midi, midi-controller, midi-messages, pytest, python, react, typescript
- Language: C++
- Homepage: https://www.arduinotheremin.com
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.).