summaryrefslogtreecommitdiff
path: root/src/drumgizmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drumgizmo.h')
-rw-r--r--src/drumgizmo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drumgizmo.h b/src/drumgizmo.h
index 807e1e0..240ae9f 100644
--- a/src/drumgizmo.h
+++ b/src/drumgizmo.h
@@ -77,6 +77,8 @@ public:
void setFrameSize(size_t framesize);
+ void setFreeWheel(bool freewheel);
+
private:
DrumKitLoader loader;
@@ -99,4 +101,5 @@ private:
DrumKit kit;
size_t framesize;
+ bool freewheel;
};