From 3be56d50ab4aa288e39e0f09a90a7d1641b6a7cc Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 13 Mar 2022 17:30:43 -0500 Subject: [PATCH] GUI: prepare for two things - unified ins/wave/sample view - macro line drawing --- src/gui/gui.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/gui.h b/src/gui/gui.h index 0aec32566..dc985e8d0 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -534,6 +534,9 @@ class FurnaceGUI { int avoidRaisingPattern; int insFocusesPattern; int stepOnInsert; + // TODO flags + int unifiedDataView; + // end unsigned int maxUndoSteps; String mainFontPath; String patFontPath; @@ -663,6 +666,7 @@ class FurnaceGUI { bool macroDragInitialValueSet; bool macroDragInitialValue; bool macroDragChar; + bool macroDragLineMode; // TODO bool macroDragActive; ImVec2 macroLoopDragStart;