From 4bd18d4d7b69702d89fcc7bdc75cc9059b3a6097 Mon Sep 17 00:00:00 2001 From: MrDham Date: Tue, 20 Apr 2021 23:33:51 +0200 Subject: [PATCH] Update application.cpp --- Open_Theremin_V3/application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Open_Theremin_V3/application.cpp b/Open_Theremin_V3/application.cpp index f736349..cd2b837 100644 --- a/Open_Theremin_V3/application.cpp +++ b/Open_Theremin_V3/application.cpp @@ -542,7 +542,6 @@ void Application::midi_msg_send(uint8_t channel, uint8_t midi_cmd1, uint8_t midi // Calibrate pitch bend and other parameters accordingly to the receiver synth (see midi_calibrate). // New notes won't be generated as long as pitch bend will do the job. // The bigger is synth's pitch bend range the beter is the effect. -// If pitch bend range = 1 no picth bend is generated (portamento will do a better job) void Application::midi_application () { double delta_loop_cc_val = 0;