From 19f866e95eea33c46332e48a655470ec24c46f8d Mon Sep 17 00:00:00 2001 From: MrDham Date: Fri, 16 Apr 2021 13:25:14 +0200 Subject: [PATCH] Update application.cpp Removed an obsolete comment --- 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 1eedc13..4e288ec 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;