diff options
author | cflip <cflip@cflip.net> | 2021-12-22 16:26:04 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2021-12-22 16:26:04 -0700 |
commit | 9ac242c22d86f1a32afe90510b0e2365d01cc5f2 (patch) | |
tree | 79eff6453ce59fe2323cc70ef9aefad0222b2278 /gui.h | |
parent | 8844d54b4bd5535009a1b70888860490899ca0d5 (diff) |
Use sequence parameters for step colours
Just a nice little visual effect.
Diffstat (limited to 'gui.h')
-rw-r--r-- | gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |