From 30bf4c22c05442cec8845c09b1a4dee9abed39b4 Mon Sep 17 00:00:00 2001 From: MrDham <32593747+MrDham@users.noreply.github.com> Date: Sat, 7 Oct 2017 19:24:38 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 56a3cda..e1e2e97 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ 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). +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: It generates VOLUME continuous controler, starting NOTEON and ending NOTE OFF (when playing stacato). @@ -41,21 +42,23 @@ The trigger volume can be configured so as we have some volume at note attack on CONFIGURATION: There is two calibration mode. -If REGISTER POT turned counter clockwise at entering in calibration mode -> Runs normal calibration of antennas -If REGISTER POT turned clockwise at entering in calibration mode -> Records midi settings as per pot position BEFORE entering in calibration mode: +If REGISTER POT turned counter clockwise at entering in calibration mode + -> Runs normal calibration of antennas +If REGISTER POT turned clockwise at entering in calibration mode + -> Records midi settings as per pot position BEFORE entering in calibration mode: VOLUME POT : sets volume trigger level PITCH POT : sets pitch bend range (1, 7, 12 or 24 semitones) - TIMBRE POT : sets Channel. In the absence of graduation, timbre variation may help (Wave Form 1 low = CH1, WF 1 High = CH2, WF 2 Low = CH3, etc...) - + TIMBRE POT : sets Channel. In the absence of graduation, timbre variation may help + (Wave Form 1 low = CH1, WF 1 High = CH2, WF 2 Low = CH3, etc...) + MUTE BUTTON: Sends ALL NOTE OFF on selected channel and stay in mute until it's pushed again. - ### LICENSE -Written by Urs Gaudenz, GaudiLabs, 2016 +Original project written by Urs Gaudenz, GaudiLabs, 2016 GNU license, check LICENSE file for more information All text above must be included in any redistribution