sorta works

not exactly proud of it bleh. dont think ill make a GUI so idk with future progress on this
This commit is contained in:
recme 2025-08-19 01:47:51 -04:00
parent dd8f7ed21e
commit 14bdd7878d
6 changed files with 116 additions and 12 deletions

View file

@ -315,6 +315,9 @@ void FurnaceGUI::doAction(int what) {
case GUI_ACTION_WINDOW_NOTES:
nextWindow=GUI_WINDOW_NOTES;
break;
case GUI_ACTION_WINDOW_TUNER:
nextWindow = GUI_WINDOW_TUNER;
break;
case GUI_ACTION_WINDOW_CHANNELS:
nextWindow=GUI_WINDOW_CHANNELS;
break;
@ -423,6 +426,9 @@ void FurnaceGUI::doAction(int what) {
case GUI_WINDOW_NOTES:
notesOpen=false;
break;
case GUI_WINDOW_TUNER:
notesOpen = false;
break;
case GUI_WINDOW_CHANNELS:
channelsOpen=false;
break;