Closed lazzarello closed 4 years ago
The value is an integer because you may get multiple values. In you sample CTRL the count is '1', would count be '2' for a right/left control then you would have two values in your array.
This being said when you set a control, you may provide an array or an integer. In this case the integer value is duplicated of 'count' value as if you had provided an array with equal values.
Thanks, that makes sense. I don't think the Scarlett model I have exposes controls with many values but I'd imagine there are some out there.
An example control from my mixer looks like
It seems odd that the numerical value of the control is an Array rather than an Integer. Are there single mixer controls that have more than one value?