Update application.cpp

Corrected an horrible division by zero.
pull/4/head
MrDham 7 years ago committed by GitHub
parent 7138f2f73b
commit 51520927e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Open_Theremin_V3/application.cpp

@ -695,7 +695,7 @@ void Application::init_parameters ()
old_data_pot_value = data_pot_value;
// Transpose
registerValue=0;
registerValue=4;
// Audio, Audio+Midi, MIDI

Loading…
Cancel
Save