summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 9bd8545..b8b1f2b 100644
--- a/gui.h
+++ b/gui.h
@@ -30,6 +30,8 @@ public:
void Repaint(SDL_Renderer*, int currentStep);
private:
std::vector<Knob> m_knobs;
+
+ Sequence& m_sequence;
Knob* m_activeKnob{ nullptr };
int m_dragStart{ 0 };
}; \ No newline at end of file