From 7ade4ebb29d1f310b560845d53e0d0163819b82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Wed, 13 Jul 2016 23:39:00 +0200 Subject: Also use isFreewheeling in the plugin. Removing onFreeWheelChange. --- plugin/drumgizmo_plugin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/drumgizmo_plugin.h') 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; -- cgit v1.2.3