Hello everybody,
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:
(Additionaly a label on the screen shows the value)
This is working fine so far.
Is there a way to make this generic?
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?)