From 197c44563a53b8b213e45c9b4441a0deeff2abf6 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 12 Oct 2015 23:01:37 +0200 Subject: [PATCH] Make waveform parameter an integer --- dpf | 2 +- plugins/Nekobi/DistrhoPluginNekobi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dpf b/dpf index a5bac83..10bd3b2 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit a5bac8394001c1d3ae9a47da2a987c0532f01359 +Subproject commit 10bd3b2c8cb46ef9d740980323e69ad83a63fa7d diff --git a/plugins/Nekobi/DistrhoPluginNekobi.cpp b/plugins/Nekobi/DistrhoPluginNekobi.cpp index 76d2587..0081f0e 100644 --- a/plugins/Nekobi/DistrhoPluginNekobi.cpp +++ b/plugins/Nekobi/DistrhoPluginNekobi.cpp @@ -163,7 +163,7 @@ void DistrhoPluginNekobi::initParameter(uint32_t index, Parameter& parameter) switch (index) { case paramWaveform: - parameter.hints = kParameterIsAutomable|kParameterIsBoolean; + parameter.hints = kParameterIsAutomable|kParameterIsInteger; parameter.name = "Waveform"; parameter.symbol = "waveform"; parameter.ranges.def = 0.0f;