GUI: add "absorb" instrument input mode

This commit is contained in:
tildearrow 2022-04-21 02:35:50 -05:00
parent 4195715dc0
commit 06a69a20e8
3 changed files with 13 additions and 0 deletions

View file

@ -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(""),