GUI: some improvements

- mobile UI work
- highlight channel at cursor in orders
This commit is contained in:
tildearrow 2022-11-05 16:22:15 -05:00
parent 086d9a12b0
commit bd77bd0a81
6 changed files with 24 additions and 5 deletions

View file

@ -1212,6 +1212,7 @@ class FurnaceGUI {
int midiOutMode;
int maxRecentFile;
int centerPattern;
int ordersCursor;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -1338,6 +1339,7 @@ class FurnaceGUI {
midiOutMode(1),
maxRecentFile(10),
centerPattern(0),
ordersCursor(1),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),