Add X-Y Oscilloscope
This commit is contained in:
parent
fbbe0bdf63
commit
e702e56901
6 changed files with 295 additions and 1 deletions
|
|
@ -279,6 +279,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_ACTION_WINDOW_GROOVES:
|
||||
nextWindow=GUI_WINDOW_GROOVES;
|
||||
break;
|
||||
case GUI_ACTION_WINDOW_XY_OSC:
|
||||
nextWindow=GUI_WINDOW_XY_OSC;
|
||||
break;
|
||||
|
||||
case GUI_ACTION_COLLAPSE_WINDOW:
|
||||
collapseWindow=true;
|
||||
|
|
@ -375,6 +378,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_WINDOW_GROOVES:
|
||||
groovesOpen=false;
|
||||
break;
|
||||
case GUI_WINDOW_XY_OSC:
|
||||
xyOscOpen=false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue