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;