GUI: prepare for more UX improvements

- add "temporary instrument" to DivEngine
- prepare for two things:
  - instrument preview on file picker (at least built-in one)
  - instrument selector for banks (#364)
This commit is contained in:
tildearrow 2022-04-25 18:23:12 -05:00
parent 2e52a2855c
commit b3f1935f2b
3 changed files with 16 additions and 1 deletions

View file

@ -2419,7 +2419,7 @@ bool FurnaceGUI::loop() {
}
}
wantCaptureKeyboard=ImGui::GetIO().WantCaptureKeyboard;
wantCaptureKeyboard=ImGui::GetIO().WantTextInput;
while (true) {
midiLock.lock();