I am working on an app to control my custom build Arduino or Teensy hardware tools via bluetooth. Ai2 seems to be a great help for that to make it easy.
However, I am not sure if I understand the funcionality of "make generic": Is it only possible to set a parameter in the corresponding component?
I have several sliders (it will get 50 or more at the end) which should send the index of the slider (e.g. Slider1_) and the value (=thumbPosition) like this:
Can I get a useful index fom "component" to use as text/integer? Is there no way to get the name of the component (i.e. "Slider1")?
(Is there a way to map the slider to a label to show the value?)
Using lists and indices seems to be a possible workaround to make this generic. I hoped there would be an easier way. I will look further into your example. Many thanks.
There is no Text value for the slider. Otherwise I wouldn't have that problem and could use it. It is a pity that there is no way to get the name of a slider (and everything else).