GUI: mobile chips view

This commit is contained in:
tildearrow 2022-11-29 16:09:50 -05:00
parent b41a015c4b
commit 2fdce8512a
2 changed files with 13 additions and 0 deletions

View file

@ -3764,6 +3764,11 @@ bool FurnaceGUI::loop() {
drawSampleEdit();
drawPiano();
break;
case GUI_SCENE_CHIPS:
sysManagerOpen=true;
curWindow=GUI_WINDOW_SYS_MANAGER;
drawSysManager();
break;
default:
patternOpen=true;
curWindow=GUI_WINDOW_PATTERN;