Properly initialize BusSendEnable min/max

This commit is contained in:
Robin Gareus
2019-09-22 04:15:36 +02:00
parent 7dc52e009f
commit 3ae46256c8

View File

@@ -59,7 +59,8 @@ ParameterDescriptor::ParameterDescriptor(const Evoral::Parameter& parameter)
normal = 1.0f;
break;
case BusSendEnable:
normal = 1.0f;
upper = 1.f;
normal = 1.f;
toggled = true;
break;
case TrimAutomation: