summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-07-13 23:39:00 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2016-07-14 09:06:26 +0200
commit7ade4ebb29d1f310b560845d53e0d0163819b82c (patch)
tree2579c4bb644ece37f2c9e7859660dc3b63f67041
parentd378a5c7cfe410aab80df24142d5cd2696f10d5f (diff)
Also use isFreewheeling in the plugin. Removing onFreeWheelChange.
-rw-r--r--plugin/drumgizmo_plugin.cc5
-rw-r--r--plugin/drumgizmo_plugin.h2
m---------plugin/plugingizmo0
3 files changed, 0 insertions, 7 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
-Subproject 1be0af889aaf6d3baba1cad14914a5771c66839
+Subproject 393f0dcaf31eb6bb7fa4bc4d0a580fe6c6b06a2