static const unsigned NoteC3 = 39;

pull/536/head
probonopd 2 years ago committed by GitHub
parent 27c47c8e90
commit bd09b1356a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/uimenu.cpp

@ -320,7 +320,7 @@ const char CUIMenu::s_NoteName[112][5] =
"A7", "A#7", "B7", "C8"
};
static const unsigned NoteC3 = 60;
static const unsigned NoteC3 = 39;
const CUIMenu::TMenuItem CUIMenu::s_PerformanceMenu[] =
{

Loading…
Cancel
Save