assign note off key to 1

fixes #103 as interim
This commit is contained in:
tildearrow 2022-02-01 18:09:54 -05:00
parent d691ec6d76
commit f09a0b40c3
1 changed files with 1 additions and 0 deletions

View File

@ -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;