Hey,
i've a question and i hope you can give me an answer.
i'm new in programming and working with pd and i want to built a programm where i habe any kind of sliding controller and the value of this controller should reference to an objeckt in a table, list or index.
So if the slider value is 1 then a message should be print with the first element of the list.
Value 2 => list object 2
...
....
.....
you see what I mean.
So I'm not really sure what object list, table or index fit for this action and how i can reference form the slider value to the element in the list?????
thx for your help