I am wondering if it is possible to use a slider widget to write data into an array. I found that it is posible with the joystick but it is far from precise, with the slider I can get the precision I need on my data
So far I need to fill an array of 20 position and found no other way as to use 20 slider widgets
I will appreciate any advise on how to overcome this issue of using that much sliders.
Thanks in advance
Use the Terminal type in all your values like so… 1,5,9,20,6,etc… and have some code take your CSV input and feed it into your array. (No I don’t have any handy to give Google around perhaps?)