From d52d543ca7949b454b7e11b96ceb6d8d7658fbb0 Mon Sep 17 00:00:00 2001 From: MrDham Date: Mon, 27 Apr 2020 14:56:39 +0200 Subject: [PATCH] Delete README.md~ --- README.md~ | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 README.md~ diff --git a/README.md~ b/README.md~ deleted file mode 100644 index 128f3a7..0000000 --- a/README.md~ +++ /dev/null @@ -1,22 +0,0 @@ -## 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](https://github.com/GaudiLabs/OpenTheremin_V3/archive/master.zip) -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.