From e6568cc7693eb87e0d7745e6b640bdc9a95a3852 Mon Sep 17 00:00:00 2001 From: MrDham <32593747+MrDham@users.noreply.github.com> Date: Sat, 7 Oct 2017 19:25:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1e2e97..04964ab 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,13 @@ Serial port is used to send midi messages now. ### How does it works ? 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. + Beyond it generates a new NOTEON followed by a NOTEOFF for the previous note (legato). + Pitch bend range can be configured (1, 7, 12 or 24 semitones) + One exception is that I desactivated pitch bend in 1 semitone mode because portamento does a better job then. VOLUME: