GUI: add "absorb" instrument input mode
This commit is contained in:
parent
4195715dc0
commit
06a69a20e8
3 changed files with 13 additions and 0 deletions
|
|
@ -826,6 +826,7 @@ class FurnaceGUI {
|
|||
int lowLatency;
|
||||
int notePreviewBehavior;
|
||||
int powerSave;
|
||||
int absorbInsInput;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -900,6 +901,7 @@ class FurnaceGUI {
|
|||
lowLatency(0),
|
||||
notePreviewBehavior(1),
|
||||
powerSave(1),
|
||||
absorbInsInput(0),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue