As there is no way to get an IOBox to just output an integer is would be nice to be able to force it.
I know you can sort of trick it by connecting it to a node that only accepts integer but that is made undone as soon as you connect it to a float node. So you have to connect it again, and then repeat if you keep connecting things often.
It would be nice to have integer behavior without having to reinvent the wheel every time.
workaround: connect the IOBox to an I (Spreads) first, or to the index of a Getslice (Spreads) . Or to any other Pin accepting integers only.
But I completely agree, an Inspektor setting would be useful.
The workaround works but if you later connect that note to something that accepts float it will change it’s state again regardless if the integer node is still connected.
Another feature I would like to see is the ability to set how big steps it should take when ‘scrolling’.
Right now it does 0.01
It would be nice to set it to anything like 100 or 0.0001 or 0.3 or 0.06… You get the picture.
Just easier to use that way.