From 4bdc6283b29cd61f1019cbd02682f6d3401be480 Mon Sep 17 00:00:00 2001 From: MrDham Date: Mon, 27 Apr 2020 12:13:31 +0200 Subject: [PATCH] Add files via upload --- Open_Theremin_V3/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open_Theremin_V3/application.cpp b/Open_Theremin_V3/application.cpp index 638c436..e692342 100644 --- a/Open_Theremin_V3/application.cpp +++ b/Open_Theremin_V3/application.cpp @@ -45,7 +45,7 @@ static double double_log_freq = 0; static double midi_key_follow = 0.5; // Configuration parameters -static uint8_t registerValue = 4; +static uint8_t registerValue = 2; // wavetable selector is defined and initialized in ihandlers.cpp static uint8_t midi_channel = 0; static uint8_t old_midi_channel = 0; @@ -857,7 +857,7 @@ void Application::set_parameters () break; } break; - + case 4: // Pitch bend range switch (data_pot_value >> 7)