GUI: mobile channels view

This commit is contained in:
tildearrow 2022-12-01 18:41:04 -05:00
parent 7070522bbe
commit 3b0ef7c096
2 changed files with 13 additions and 0 deletions

View file

@ -3788,6 +3788,11 @@ bool FurnaceGUI::loop() {
drawSampleEdit();
drawPiano();
break;
case GUI_SCENE_CHANNELS:
channelsOpen=true;
curWindow=GUI_WINDOW_CHANNELS;
drawChannels();
break;
case GUI_SCENE_CHIPS:
sysManagerOpen=true;
curWindow=GUI_WINDOW_SYS_MANAGER;