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.cc | 5 ----- plugin/drumgizmo_plugin.h | 2 -- plugin/plugingizmo | 2 +- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/plugin/drumgizmo_plugin.cc b/plugin/drumgizmo_plugin.cc index 2b0d2a8..9a07a6f 100644 --- a/plugin/drumgizmo_plugin.cc +++ b/plugin/drumgizmo_plugin.cc @@ -66,11 +66,6 @@ DrumGizmoPlugin::DrumGizmoPlugin() drumgizmo->setFrameSize(2048); } -void DrumGizmoPlugin::onFreeWheelChange(bool freewheel) -{ - drumgizmo->setFreeWheel(freewheel); -} - void DrumGizmoPlugin::onSamplerateChange(float samplerate) { drumgizmo->setSamplerate(samplerate); 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; diff --git a/plugin/plugingizmo b/plugin/plugingizmo index 1be0af8..393f0dc 160000 --- a/plugin/plugingizmo +++ b/plugin/plugingizmo @@ -1 +1 @@ -Subproject commit 1be0af889aaf6d3baba1cad14914a5771c66839c +Subproject commit 393f0dcaf31eb6bb7fa4bc4d0a580fe6c6b06a24 -- cgit v1.2.3