Update application.cpp

MrDham-issue28-fix
MrDham 2 years ago committed by GitHub
parent bbcb4b6edd
commit 6f2d30298c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Open_Theremin_V3/application.cpp

@ -580,7 +580,7 @@ void Application::midi_application ()
}
// Calculate rod antena cc value for midi
new_midi_rod_cc_val = round (min(((double_log_freq * 128) * rod_cc_scale), 16383); // 14 bit value !
new_midi_rod_cc_val = round (min(((double_log_freq * 128) * rod_cc_scale), 16383)); // 14 bit value !
// State machine for MIDI
switch (_midistate)

Loading…
Cancel
Save