Browse Source

Make waveform parameter an integer

pull/5/head
falkTX 9 years ago
parent
commit
197c44563a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dpf
  2. +1
    -1
      plugins/Nekobi/DistrhoPluginNekobi.cpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit a5bac8394001c1d3ae9a47da2a987c0532f01359
Subproject commit 10bd3b2c8cb46ef9d740980323e69ad83a63fa7d

+ 1
- 1
plugins/Nekobi/DistrhoPluginNekobi.cpp View File

@@ -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;


Loading…
Cancel
Save