GUI: add some oscilloscope settings
This commit is contained in:
parent
7bb0743598
commit
224d8e11e5
3 changed files with 43 additions and 6 deletions
|
|
@ -779,6 +779,9 @@ class FurnaceGUI {
|
|||
int titleBarSys;
|
||||
int frameBorders;
|
||||
int effectDeletionAltersValue;
|
||||
int oscRoundedCorners;
|
||||
int oscTakesEntireWindow;
|
||||
int oscBorder;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -839,6 +842,9 @@ class FurnaceGUI {
|
|||
titleBarSys(1),
|
||||
frameBorders(0),
|
||||
effectDeletionAltersValue(1),
|
||||
oscRoundedCorners(1),
|
||||
oscTakesEntireWindow(0),
|
||||
oscBorder(1),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue