Make waveform parameter an integer
This commit is contained in:
parent
adcc32fd78
commit
197c44563a
2
dpf
2
dpf
|
@ -1 +1 @@
|
|||
Subproject commit a5bac8394001c1d3ae9a47da2a987c0532f01359
|
||||
Subproject commit 10bd3b2c8cb46ef9d740980323e69ad83a63fa7d
|
|
@ -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…
Reference in New Issue