Looking for a way to select different rows from a table given a specific OSC input. So when I receive say, 215, it selects row 1 from the table (which then sends the content of that row out to a null). I’ve got the select working but I’m not sure how to translate between the number I’m receiving over OSC and the row number in the table/select.
What is the rule that decides that 215 means select row number 1? And what happens if the OSC channel value is 216?
A bit more context might help for giving you a suggestion. Right now I would recommend to add a first column into the table with the possible OSC values and then use the Select DAT’s Select Rows “by Values” function and reference the value in the Select DAT’s Row Select Values parameter.