From d5f0109e6e6c5fb123668e95fbcd10e9779b7025 Mon Sep 17 00:00:00 2001 From: MrDham <32593747+MrDham@users.noreply.github.com> Date: Sat, 2 Dec 2017 14:15:52 +0100 Subject: [PATCH] Add files via upload --- Open_Theremin_V3/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open_Theremin_V3/application.cpp b/Open_Theremin_V3/application.cpp index f3a4eb3..8ca0a15 100644 --- a/Open_Theremin_V3/application.cpp +++ b/Open_Theremin_V3/application.cpp @@ -56,7 +56,7 @@ static uint8_t loop_midi_cc = 7; static uint8_t rod_midi_cc = 255; // tweakable paramameters -#define VELOCITY_SENS 7 // test and trial should help +#define VELOCITY_SENS 9 // test and trial should help #define PLAYER_ACCURACY 0.2 // between 0 (very accurate players) and 0.5 (not accurate at all) static uint16_t data_pot_value = 0;