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:
parent
2e52a2855c
commit
b3f1935f2b
3 changed files with 16 additions and 1 deletions
|
|
@ -2419,7 +2419,7 @@ bool FurnaceGUI::loop() {
|
|||
}
|
||||
}
|
||||
|
||||
wantCaptureKeyboard=ImGui::GetIO().WantCaptureKeyboard;
|
||||
wantCaptureKeyboard=ImGui::GetIO().WantTextInput;
|
||||
|
||||
while (true) {
|
||||
midiLock.lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue