summaryrefslogtreecommitdiff
path: root/plugin/drumgizmo_plugin.cc
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 /plugin/drumgizmo_plugin.cc
parentd378a5c7cfe410aab80df24142d5cd2696f10d5f (diff)
Also use isFreewheeling in the plugin. Removing onFreeWheelChange.
Diffstat (limited to 'plugin/drumgizmo_plugin.cc')
-rw-r--r--plugin/drumgizmo_plugin.cc5
1 files changed, 0 insertions, 5 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);