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