Knob min & max not setting the boundaries when equal.
-
@Christoph-Hart Well, the first thing one might say is why the heck you want
min
andmax
to be equal?The scenario is, when you have a loop setting for instance, you set the
min
andmax
according to the range you allow a cursor to move. Now imagine the end of the loop is fully set to the right, end the start is at its max to the right as well. You obviously don't want the end to be able to move anymore, right? so you set itsmin
to1
and voilĂ , the loop is constrained to the value of1
, the knob can't turn... Well, but no... when bothmin
&max
are equal, the knob behaves like it's0
to1
, while there should be a safety.- In the property panel, when you set
min
&max
the same, the component is automatically deactivated so you can't use it. But as soon as you recompile, sadly it's activated again. - When
min
&max
are set equal by the script, there's no deactivation at all
- In the property panel, when you set