mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
GUI: prepare for two things
- unified ins/wave/sample view - macro line drawing
This commit is contained in:
parent
6bca347254
commit
3be56d50ab
1 changed files with 4 additions and 0 deletions
|
@ -534,6 +534,9 @@ class FurnaceGUI {
|
||||||
int avoidRaisingPattern;
|
int avoidRaisingPattern;
|
||||||
int insFocusesPattern;
|
int insFocusesPattern;
|
||||||
int stepOnInsert;
|
int stepOnInsert;
|
||||||
|
// TODO flags
|
||||||
|
int unifiedDataView;
|
||||||
|
// end
|
||||||
unsigned int maxUndoSteps;
|
unsigned int maxUndoSteps;
|
||||||
String mainFontPath;
|
String mainFontPath;
|
||||||
String patFontPath;
|
String patFontPath;
|
||||||
|
@ -663,6 +666,7 @@ class FurnaceGUI {
|
||||||
bool macroDragInitialValueSet;
|
bool macroDragInitialValueSet;
|
||||||
bool macroDragInitialValue;
|
bool macroDragInitialValue;
|
||||||
bool macroDragChar;
|
bool macroDragChar;
|
||||||
|
bool macroDragLineMode; // TODO
|
||||||
bool macroDragActive;
|
bool macroDragActive;
|
||||||
|
|
||||||
ImVec2 macroLoopDragStart;
|
ImVec2 macroLoopDragStart;
|
||||||
|
|
Loading…
Reference in a new issue