GUI: mobile chips view
This commit is contained in:
parent
b41a015c4b
commit
2fdce8512a
2 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue