GUI: add a wavetable editor

This commit is contained in:
tildearrow 2021-12-18 17:54:26 -05:00
parent beceefd34b
commit 9d8a2f780b
7 changed files with 214 additions and 5 deletions

View file

@ -107,6 +107,13 @@ class FurnaceGUI {
int macroLoopDragLen;
bool macroLoopDragActive;
ImVec2 waveDragStart;
ImVec2 waveDragAreaSize;
int* waveDragTarget;
int waveDragLen;
int waveDragMin, waveDragMax;
bool waveDragActive;
float nextScroll;
void updateWindowTitle();