GUI: add oscilloscope window size setting
and also remember last zoom/winSize value
This commit is contained in:
parent
2119675b10
commit
fc0a51ed56
4 changed files with 24 additions and 4 deletions
|
|
@ -1240,6 +1240,7 @@ class FurnaceGUI {
|
|||
int oscTotal;
|
||||
float oscValues[512];
|
||||
float oscZoom;
|
||||
float oscWindowSize;
|
||||
bool oscZoomSlider;
|
||||
|
||||
// per-channel oscilloscope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue