From cbc174884345474859b89e1887769ab86214a5d4 Mon Sep 17 00:00:00 2001 From: MrDham Date: Sun, 6 Mar 2022 13:35:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5ada5..a9493d1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This githup repository provides the code to add a MIDI interface to the Open The 2. Open the File "Open_Theremin_V3.ino" 3. Important Step ! In "Application.cpp", take care of selecting MIDI mode that correponds to your cituation (put "//" in front off inadequate line - MIDI through serial is selected by default here): - Serial.begin(115200); // Baudrate for midi to serial. Use a serial to midi router http://projectgus.github.com/hairless-midiserial/ + Serial.begin(115200); // Baudrate for midi to serial. Use a serial to midi router https://github.com/projectgus/hairless-midiserial //Serial.begin(31250); // Baudrate for real midi. Use din connection https://www.arduino.cc/en/Tutorial/Midi or HIDUINO https://github.com/ddiakopoulos/hiduino