diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 23:39:00 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-07-14 09:06:26 +0200 |
commit | 7ade4ebb29d1f310b560845d53e0d0163819b82c (patch) | |
tree | 2579c4bb644ece37f2c9e7859660dc3b63f67041 /plugin/drumgizmo_plugin.h | |
parent | d378a5c7cfe410aab80df24142d5cd2696f10d5f (diff) |
Also use isFreewheeling in the plugin. Removing onFreeWheelChange.
Diffstat (limited to 'plugin/drumgizmo_plugin.h')
-rw-r--r-- | plugin/drumgizmo_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 14189c9..4a905d6 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -65,8 +65,6 @@ public: DrumGizmoPlugin(); #endif - void onFreeWheelChange(bool freewheel) override; - void onFramesizeChange(size_t framesize) override; void onSamplerateChange(float samplerate) override; |