Fix bank number in UI to match the numbers from the bank files.

pull/473/head
diyelectromusic 2 years ago
parent 58f947ffff
commit 7d2b2e035d
  1. 2
      src/uimenu.cpp

@ -519,7 +519,7 @@ void CUIMenu::EditVoiceBankNumber (CUIMenu *pUIMenu, TMenuEvent Event)
string TG ("TG");
TG += to_string (nTG+1);
string Value = to_string (nValue+1) + "="
string Value = to_string (nValue) + "="
+ pUIMenu->m_pMiniDexed->GetSysExFileLoader ()->GetBankName (nValue);
pUIMenu->m_pUI->DisplayWrite (TG.c_str (),

Loading…
Cancel
Save