When creating a slider for number IOBoxes - why are their default minimum and maximum values so incredibly high? Can’t they just be between 0 and 1 for floats and vectors and 0 and 100 for integers?
I think its because the min/max isn’t only for sliders, is also for clicking and dragging the values directly. For instance if I want to drag a float from 0 to 5, I would probably want a bigger number, and I I were new to vvvv, maybe I wouldn’t know that values can go below zero.
On the other hand, maybe it could be useful to se the slider separately. But then we’re getting into inspektor territory
Makes total sense, thanks!