From eb83271fef4ee3d08e379ba418786d28d701256d Mon Sep 17 00:00:00 2001 From: MrDham <32593747+MrDham@users.noreply.github.com> Date: Sat, 7 Oct 2017 21:57:58 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 37cc1ce..da9cfc8 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,20 @@ https://github.com/GaudiLabs/OpenTheremin_V3. Serial port is used to send midi messages now. ### How does it works ? + +Take care of selecting MIDI mode that correponds to your cituation + (put "//" in front off unadequate line - MIDI through serial is selected by default ): + + Serial.begin(115200); // Baudrate for midi to serial. Use a serial to midi router + http://projectgus.github.com/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 + +I tested "Hiduino" and "midi to serial" modes, both are OK. + + + PITCH : It uses first note detected at volume rise to generate a NOTEON. Then it uses PITCHBEND to reach pitch as long as pitch bend range will do.