Home › Forums › General › Programming › How do I use uiCombo? › Reply To: How do I use uiCombo?
October 20, 2020 at 5:08 am
#120380
There are seven values. The first is not 1, it’s 0
so 0-6 = 7 values
I know – it’s always confusing and when I first tested this in order to answer your question I naturally put (7-modulatorValue)+61, but it was wrong. I think it’s difficult to think of 0 as a value sometimes! It gets me every time!
So 0-11 = 12 values, yes!
🙂