From f09a0b40c393f77d9384f82e4cb35861977b05ac Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 1 Feb 2022 18:09:54 -0500 Subject: [PATCH] assign note off key to 1 fixes #103 as interim --- src/gui/gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 4d2ac858b..6465a7a84 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -5923,6 +5923,7 @@ FurnaceGUI::FurnaceGUI(): // note off noteKeys[SDL_SCANCODE_EQUALS]=100; noteKeys[SDL_SCANCODE_TAB]=100; + noteKeys[SDL_SCANCODE_1]=100; // value keys valueKeys[SDLK_0]=0;