Skip to content

qwolilowp/OpenTheremin_V3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open.Theremin V3 control software

Arduino UNO Software for the Open.Theremin

Don't click on the files!

Click on the "Download ZIP" Button to the right or Click here Then unpack the archive.

Open Source Theremin based on the Arduino Platform

Open.Theremin is an arduino shield to build the legendary music instrument invented by Leon Theremin back in 1920. The theremin is played with two antennas, one to control the pitch and one for volume. The electronic shield with two ports to connect those antennas comprises two heterodyne oscillators to measure the distance of the hand to the antenna when playing the instrument. The resulting signal is fed into the arduino. After linearization and filtering the arduino generates the instruments sound that is then played through a high quality digital analog audio converter on the board. The characteristics of the sound can be determined by a wave table on the arduino.

For more info on the open source project and on availability of ready made shield see:

http://www.gaudi.ch/OpenTheremin/

Installation

  1. Open up the Arduino IDE
  2. Open the File "Open_Theremin_V3.ino"
  3. Selecting the correct usb port on Tools -> Serial Port
  4. Select the correct arduino board from Tools -> Board
  5. Upload the code by clicking on the upload button.

LICENSE

Written by Urs Gaudenz, GaudiLabs, 2016 GNU license, check LICENSE file for more information All text above must be included in any redistribution

Wavetable Editor (D2W)

I added a litte tool to draw a wave and export it to c-file wavetable. Include the "thermein_sinetabelX.c" to the arduino project. Add the include statement to the "ihandler.cpp", add the variable name of the table to the wavetables of "ihandler.cpp". Nice. If you add a lot of tables, adjust the right bitshift to the wavePotValueL variable that gives the vWavetableSelector value in the "application.cpp" (line 181). Its now set to 6. A smaller value will increase the possible palces for wavetables (see select statement in "ihandlers.cpp" line 148).

https://www.z-tennot-iu.de/d2w/ (v.01)

Todo D2W:

  1. better interpolation

Usage D2W

  1. draw a wave to the fisr canvas of the page
  2. hit the Add Wave button to store it localy to your browser
  3. hit the Download all wavetables to download the newly created c-files

About

Open Source Theremin Instrument, Arudino Codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.1%
  • C++ 28.9%