From f5507ec2d9026a9eba4e2f3b330ae64a19277ca4 Mon Sep 17 00:00:00 2001 From: MrDham <32593747+MrDham@users.noreply.github.com> Date: Sat, 7 Oct 2017 22:01:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da9cfc8..dbc98d4 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ 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 ): +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/